GET api/Space/spaceverification?spaceID={spaceID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| spaceID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MobileSpaceVefificationItem| Name | Description | Type | Additional information |
|---|---|---|---|
| LastVerifiedDate | date |
None. |
|
| GrossSF | decimal number |
None. |
|
| CleanableSF | decimal number |
None. |
|
| SpaceContents | Collection of MobileSpaceContent |
None. |
|
| ParentID | integer |
None. |
|
| SpaceType | string |
None. |
|
| spacetypeID | integer |
None. |
|
| SpaceGroup | string |
None. |
|
| Active | boolean |
None. |
|
| ID | integer |
None. |
|
| Description | string |
Required |
|
| Value | string |
None. |
|
| EnDescription | string |
None. |
|
| AccountID | integer |
None. |
|
| IsEditable | boolean |
None. |
|
| IsSelectable | boolean |
None. |
|
| Code | string |
None. |
|
| Color | string |
None. |
|
| ShortDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LastVerifiedDate": "2025-11-04T03:49:45.0871306Z",
"GrossSF": 1.0,
"CleanableSF": 1.0,
"SpaceContents": [
{
"allowFinish": true,
"FinishTypeID": 1,
"FinishType": "sample string 2",
"quantity": 1.0,
"GrossSqft": 1.0,
"CleanableSqft": 1.0,
"length": 1.0,
"width": 1.0,
"ID": 3,
"Description": "sample string 4",
"Value": "sample string 5",
"EnDescription": "samplestring4",
"AccountID": 6,
"IsEditable": true,
"IsSelectable": true,
"Code": "sample string 9",
"Color": "sample string 10",
"ShortDescription": "sample string 11"
},
{
"allowFinish": true,
"FinishTypeID": 1,
"FinishType": "sample string 2",
"quantity": 1.0,
"GrossSqft": 1.0,
"CleanableSqft": 1.0,
"length": 1.0,
"width": 1.0,
"ID": 3,
"Description": "sample string 4",
"Value": "sample string 5",
"EnDescription": "samplestring4",
"AccountID": 6,
"IsEditable": true,
"IsSelectable": true,
"Code": "sample string 9",
"Color": "sample string 10",
"ShortDescription": "sample string 11"
}
],
"ParentID": 1,
"SpaceType": "sample string 1",
"spacetypeID": 2,
"SpaceGroup": "sample string 3",
"Active": true,
"ID": 5,
"Description": "sample string 6",
"Value": "sample string 7",
"EnDescription": "samplestring6",
"AccountID": 8,
"IsEditable": true,
"IsSelectable": true,
"Code": "sample string 11",
"Color": "sample string 12",
"ShortDescription": "sample string 13"
}
application/xml, text/xml
Sample:
<MobileSpaceVefificationItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
<AccountID>8</AccountID>
<Code>sample string 11</Code>
<Color>sample string 12</Color>
<Description>sample string 6</Description>
<ID>5</ID>
<IsEditable>true</IsEditable>
<IsSelectable>true</IsSelectable>
<ShortDescription>sample string 13</ShortDescription>
<Value>sample string 7</Value>
<Active>true</Active>
<ParentID>1</ParentID>
<SpaceGroup>sample string 3</SpaceGroup>
<SpaceType>sample string 1</SpaceType>
<spacetypeID>2</spacetypeID>
<CleanableSF>1</CleanableSF>
<GrossSF>1</GrossSF>
<LastVerifiedDate>2025-11-04T03:49:45.0871306+00:00</LastVerifiedDate>
<SpaceContents>
<MobileSpaceContent>
<AccountID>6</AccountID>
<Code>sample string 9</Code>
<Color>sample string 10</Color>
<Description>sample string 4</Description>
<ID>3</ID>
<IsEditable>true</IsEditable>
<IsSelectable>true</IsSelectable>
<ShortDescription>sample string 11</ShortDescription>
<Value>sample string 5</Value>
<CleanableSqft>1</CleanableSqft>
<FinishType>sample string 2</FinishType>
<FinishTypeID>1</FinishTypeID>
<GrossSqft>1</GrossSqft>
<allowFinish>true</allowFinish>
<length>1</length>
<quantity>1</quantity>
<width>1</width>
</MobileSpaceContent>
<MobileSpaceContent>
<AccountID>6</AccountID>
<Code>sample string 9</Code>
<Color>sample string 10</Color>
<Description>sample string 4</Description>
<ID>3</ID>
<IsEditable>true</IsEditable>
<IsSelectable>true</IsSelectable>
<ShortDescription>sample string 11</ShortDescription>
<Value>sample string 5</Value>
<CleanableSqft>1</CleanableSqft>
<FinishType>sample string 2</FinishType>
<FinishTypeID>1</FinishTypeID>
<GrossSqft>1</GrossSqft>
<allowFinish>true</allowFinish>
<length>1</length>
<quantity>1</quantity>
<width>1</width>
</MobileSpaceContent>
</SpaceContents>
</MobileSpaceVefificationItem>