GET api/Item/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ItemImagePreviewUrl": "sample string 1",
  "StatutoryListType": "sample string 2",
  "Latitude": "sample string 3",
  "Longitude": "sample string 4",
  "FurtherComments": "sample string 5",
  "MapLayerForItemListedUnderNSWHeritageAct": "sample string 6",
  "RecordOwner": "sample string 7",
  "IsStopWorkOrderActive": true,
  "MergeItemFlag": true,
  "ItemId": 10,
  "ItemTypeLovId": 1,
  "CreatedDate": "2024-11-29T01:48:06.483556+11:00",
  "ModifiedDate": "2024-11-29T01:48:06.483556+11:00",
  "CreatedByUser": "sample string 13",
  "ModifiedByUser": "sample string 14",
  "ItemName": "sample string 15",
  "OtherNames": "sample string 16",
  "ItemGroupCollectionLovId": 1,
  "ItemCategoryLovId": 1,
  "ItemLocalGovtAreaLovId": 1,
  "GroupName": "sample string 17",
  "ParentItemId": 1,
  "ItemType": "sample string 18",
  "GroupCollection": "sample string 19",
  "Category": "sample string 20",
  "LocalGovtArea": "sample string 21",
  "StreetNo": "sample string 22",
  "StreetName": "sample string 23",
  "Suburb": "sample string 24",
  "State": "sample string 25",
  "AddressSummary": "sample string 26",
  "CmpId": 1,
  "ShrNo": "sample string 27",
  "ShrFlag": true,
  "ItemSourceLookupCodeLovId": 1,
  "ItemSourceLookupCodeShortDesc": "sample string 28",
  "IsHeritageItemUploadedByCsvFlag": true,
  "PK": "sample string 15"
}

application/xml, text/xml

Sample:
<SvwHeritageItem xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ItemImagePreviewUrl>sample string 1</ItemImagePreviewUrl>
  <StatutoryListType>sample string 2</StatutoryListType>
  <Latitude>sample string 3</Latitude>
  <Longitude>sample string 4</Longitude>
  <FurtherComments>sample string 5</FurtherComments>
  <MapLayerForItemListedUnderNSWHeritageAct>sample string 6</MapLayerForItemListedUnderNSWHeritageAct>
  <RecordOwner>sample string 7</RecordOwner>
  <IsStopWorkOrderActive>true</IsStopWorkOrderActive>
  <MergeItemFlag>true</MergeItemFlag>
  <ItemId>10</ItemId>
  <ItemTypeLovId>1</ItemTypeLovId>
  <CreatedDate>2024-11-29T01:48:06.483556+11:00</CreatedDate>
  <ModifiedDate>2024-11-29T01:48:06.483556+11:00</ModifiedDate>
  <CreatedByUser>sample string 13</CreatedByUser>
  <ModifiedByUser>sample string 14</ModifiedByUser>
  <ItemName>sample string 15</ItemName>
  <OtherNames>sample string 16</OtherNames>
  <ItemGroupCollectionLovId>1</ItemGroupCollectionLovId>
  <ItemCategoryLovId>1</ItemCategoryLovId>
  <ItemLocalGovtAreaLovId>1</ItemLocalGovtAreaLovId>
  <GroupName>sample string 17</GroupName>
  <ParentItemId>1</ParentItemId>
  <ItemType>sample string 18</ItemType>
  <GroupCollection>sample string 19</GroupCollection>
  <Category>sample string 20</Category>
  <LocalGovtArea>sample string 21</LocalGovtArea>
  <StreetNo>sample string 22</StreetNo>
  <StreetName>sample string 23</StreetName>
  <Suburb>sample string 24</Suburb>
  <State>sample string 25</State>
  <AddressSummary>sample string 26</AddressSummary>
  <CmpId>1</CmpId>
  <ShrNo>sample string 27</ShrNo>
  <ShrFlag>true</ShrFlag>
  <ItemSourceLookupCodeLovId>1</ItemSourceLookupCodeLovId>
  <ItemSourceLookupCodeShortDesc>sample string 28</ItemSourceLookupCodeShortDesc>
  <IsHeritageItemUploadedByCsvFlag>true</IsHeritageItemUploadedByCsvFlag>
</SvwHeritageItem>