GET 17.0/database/propertypresentationitemsequence/{propertypresentationid}/{sequence}

Description

Retrieve Property Presentation Item Sequence

URI Parameters

Name Description Type Additional information
propertyPresentationID

integer

Required

sequence

integer

Required

None.

None.

Name Description Type Additional information
PropertyPresentationID

integer

None.

Sequence

integer

None.

PropertyPresentationItemID

integer

None.

application/json, text/json

Sample:
{
  "propertyPresentationID": 1,
  "sequence": 2,
  "propertyPresentationItemID": 3
}

application/xml, text/xml

Sample:
<PropertyPresentationItemSequence xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyPresentationID>1</PropertyPresentationID>
  <Sequence>2</Sequence>
  <PropertyPresentationItemID>3</PropertyPresentationItemID>
</PropertyPresentationItemSequence>