forked from IBM/tririga-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GET-Floor.json
66 lines (66 loc) · 2.79 KB
/
GET-Floor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"prefixes": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"dcterms": "http://purl.org/dc/terms/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"spi": "http://jazz.net/ns/ism/smarter_physical_infrastructure#",
"oslc": "http://open-services.net/ns/core#"
},
"oslc:responseInfo": {
"oslc:nextPage": {
"rdf:resource": "http://localhost/oslc/spq/triAPICOutboundFloorQC?oslc.select=*&oslc.paging=true&oslc.page=1&oslc.pageSize=2&pageno=2"
},
"oslc:totalCount": 10,
"rdf:about": "http://localhost/oslc/spq/triAPICOutboundFloorQC?oslc.select=*&oslc.paging=true&oslc.page=1&oslc.pageSize=2"
},
"rdfs:member": [
{
"spi:triTenureCL": "Owned",
"spi:triParentBuildingTX": "Quantum Building",
"spi:triCapacityNU": 40,
"spi:triIdTX": "Flr-X",
"spi:action": "http://localhost/oslc/system/action/triAPICOutboundFloorRS/135573804",
"spi:triGrossMAreaNU": 900,
"spi:triGrossAreaNumNU": 2000,
"spi:triFloorClassCL": "Education",
"spi:triStatusCL": "Active",
"spi:triPathTX": "\\Locations\\Research triangle Park\\Quantum Building\\Model Floor",
"rdf:about": "http://localhost/oslc/so/triAPICOutboundFloorRS/135573804",
"spi:triLevelNU": 2,
"dcterms:identifier": "135573804",
"spi:triActiveEndDA": null,
"spi:triNameTX": "Model Floor",
"spi:triCostCenterTX": "45678",
"spi:triDescriptionTX": "This is a model floor",
"spi:triPrimaryUseCL": "Behavioral Care",
"spi:triBarCodeEntryTX": "688uju"
},
{
"spi:triTenureCL": null,
"spi:triParentBuildingTX": "TestStructure",
"spi:triCapacityNU": 0,
"spi:triIdTX": "1000008",
"spi:action": "http://localhost/oslc/system/action/triAPICOutboundFloorRS/135558273",
"spi:triGrossMAreaNU": 2200,
"spi:triGrossAreaNumNU": 2200,
"spi:triFloorClassCL": null,
"spi:triStatusCL": "Draft",
"spi:triPathTX": "\\Locations\\TestProp\\TestStructure\\Flr-X",
"rdf:about": "http://localhost/oslc/so/triAPICOutboundFloorRS/135558273",
"spi:triLevelNU": 1,
"dcterms:identifier": "135558273",
"spi:triActiveEndDA": null,
"spi:triNameTX": "Flr-X",
"spi:triCostCenterTX": null,
"spi:triDescriptionTX": null,
"spi:triPrimaryUseCL": null,
"spi:triBarCodeEntryTX": "1000008"
}
],
"rdf:type": [
{
"rdf:resource": "http://www.w3.org/2000/01/rdf-schema#Container"
}
],
"rdf:about": "http://localhost/oslc/spq"
}