GET associations({associationId})/status/type

Method to get all status update types for an association

Request Information

Parameters

NameDescriptionAdditional information
associationId
No documentation available.

Define this parameter in the request URI.

Response Information

Bunch of status update types

Response body formats

application/json, text/json

Sample:
{
  "64": "sample string 2"
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfunsignedBytestring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfunsignedBytestring>
    <Key>64</Key>
    <Value>sample string 2</Value>
  </KeyValueOfunsignedBytestring>
</ArrayOfKeyValueOfunsignedBytestring>

text/csv

Sample:

Sample not available.