GET api/EntityAttributeValue?entityID={entityID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
entityID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomEntityAttributeValueName | Description | Type | Additional information |
---|---|---|---|
ClientEntityAttributeValuesID | globally unique identifier |
None. |
|
AttributeID | globally unique identifier |
None. |
|
AttributeName | string |
None. |
|
AttributeValue | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientEntityAttributeValuesID": "e981289f-3df5-471a-85dd-a219770ed056", "AttributeID": "d9f4cf3f-8426-465b-a2a6-f6e0622c55cb", "AttributeName": "sample string 3", "AttributeValue": "sample string 4", "EntityID": "1269dee3-7b58-4ec2-a0e8-f03de451d745", "EntityName": "sample string 6" }, { "ClientEntityAttributeValuesID": "e981289f-3df5-471a-85dd-a219770ed056", "AttributeID": "d9f4cf3f-8426-465b-a2a6-f6e0622c55cb", "AttributeName": "sample string 3", "AttributeValue": "sample string 4", "EntityID": "1269dee3-7b58-4ec2-a0e8-f03de451d745", "EntityName": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomEntityAttributeValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomEntityAttributeValue> <AttributeID>d9f4cf3f-8426-465b-a2a6-f6e0622c55cb</AttributeID> <AttributeName>sample string 3</AttributeName> <AttributeValue>sample string 4</AttributeValue> <ClientEntityAttributeValuesID>e981289f-3df5-471a-85dd-a219770ed056</ClientEntityAttributeValuesID> <EntityID>1269dee3-7b58-4ec2-a0e8-f03de451d745</EntityID> <EntityName>sample string 6</EntityName> </CustomEntityAttributeValue> <CustomEntityAttributeValue> <AttributeID>d9f4cf3f-8426-465b-a2a6-f6e0622c55cb</AttributeID> <AttributeName>sample string 3</AttributeName> <AttributeValue>sample string 4</AttributeValue> <ClientEntityAttributeValuesID>e981289f-3df5-471a-85dd-a219770ed056</ClientEntityAttributeValuesID> <EntityID>1269dee3-7b58-4ec2-a0e8-f03de451d745</EntityID> <EntityName>sample string 6</EntityName> </CustomEntityAttributeValue> </ArrayOfCustomEntityAttributeValue>