Find Border Control Posts in Reference Data.
Name | Description |
---|---|
name |
Filter by Name containing value. Parameter location: Query Is mandatory: No |
id |
Filter by Id containing value. Parameter location: Query Is mandatory: No |
schemaName |
Filter by SchemaName containing value. Parameter location: Query Is mandatory: No |
pageNumber |
Format - int64. Page number to return. Parameter location: Query Is mandatory: No |
pageSize |
Format - int64. Number of items per page. Parameter location: Query Is mandatory: No |
Code | Description |
---|---|
400 |
Request failed validation. Errors can be found in the response body. Here is an example response for this CommonProblemDetails schema: { "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or more validation errors occurred.", "status": 400, "traceId": "|2828f51e-43537e121ef735a3.", "errors": { "pageSize": [ "Page Size must be greater than or equal to '1'." ] } } |
200 |
Paged result of Border Control Posts. Here is an example response for this BorderControlPostPagedResult schema: { "data": [ { "id": { "id": "GBBRS1", "name": "Bristol", "schemaName": "BorderControlPosts" }, "name": "Bristol" } ], "records": 1, "pageNumber": 1, "pageSize": 10, "totalRecords": 1, "totalPages": 1 } |