Search for accounts and return a list of matching records.
Example request payload as a resource.
Retrieve the accounts in the system.
Defines the maximum number of records that can be returned.
Defines the number of records that should be skipped. Default value is 0.
The filter parameter. If keyword contains space, it must be enclosed between two apostrophe('). If keyword is URI, it must be url encoded.
Defines the sorting of the result. 'ASC' for ascending and 'DESC' for descending order. Default order is objectName ASC.
Sets the BDAs and BRAs that will be returned. id, type, uri , label and comment are included by default. If 'elements' is not specified, all the BDAs and BRAs will be returned.
Defines the requested BDAs that will be returned. If set as empty string, only id, type, uri , label and comment will be returned.
Defines the requested BRAs that will be returned. If set as empty string, no BRAs will be returned. Ensure the BRA array contains all the dependent resources that are defined in 'include'.
Sets the related nested data that will be resolved.
Returns the list of accounts as a bundle based on the example request payload.
{
"type": "Bundle",
"total": 1,
"entry": [
{
"id": "aHR0cDovL2xvY2FsaG9zdDo4MDgwL2lzcy9BY2NvdW50I2UxNGYxMjQ0ZTJlNzRiM2E5YzM4OTY3MDZiYjFlNWRi=-",
"type": "Account",
"uri": "http://localhost:8080/iss/Account#e14f1244e2e74b3a9c3896706bb1e5db",
"objectName": "Account1",
"objectId": "e14f1244e2e74b3a9c3896706bb1e5db",
"includesAddress": [
{
"id": "aHR0cDovL2xvY2FsaG9zdDo4MDgwL2lzcy9BZGRyZXNzIzU0MzQ5N2FiZDliNTQ2NzJiYTI4YzAxZmIyZmQyYTQ5",
"type": "Address",
"uri": "http://localhost:8080/iss/Address#543497abd9b54672ba28c01fb2fd2a49",
"objectId": "543497abd9b54672ba28c01fb2fd2a49"
}
]
}
]
}