GET api/Entity/{id}?entityName={entityName}
Retrieves Paged List of Accounts starting with the Partial Name
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
Name | Description | Type | Additional information |
---|---|---|---|
entityName | System.String |
Required |
|
id |
String to use to match the account name. |
System.String |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Accounts
Altai.Web.Services.Models.EntityName | Description | Type | Additional 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.