GET api/Entity/{id}?fetchXML={fetchXML}&primaryAttribute={primaryAttribute}

Retrieves Entity based on fetch xml primmary attribute and ide
Possible Service Responses:
200/OK - match found and list of account records are in the body of the response.
404/Accounts Not Found - no accounts found matching specified name.
500/Internal Server - unexpected server error, details in the body of the response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fetchXML

System.String

Required

primaryAttribute

System.String

Required

id

System.String

Required

Body Parameters

None.

Response Information

Resource Description

List of Accounts

Altai.Web.Services.Models.Entity
NameDescriptionTypeAdditional information
Id

System.String

None.

UpdateEntityId

System.String

None.

LogicalName

System.String

None.

Attributes

System.Collections.Generic.List`1[Altai.Web.Services.Models.Attribute]

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.