GET api/Entity?fetchXML={fetchXML}

Retrieves Entity list based on fetch xml
Possible Service Responses:
200/OK - match found and list of account records are in the body of the response.
404/No entities 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

Body Parameters

None.

Response Information

Resource Description

List of entity results

System.String

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>