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.4", "title": "Not Found", "status": 404, "traceId": "00-11dc1a21a6bc20489d3009fb27d57b87-ddc5556eac52a943-00", "errors": {} } |
200 |
Paged result of Border Control Posts. Here is an example response for this BorderControlPostPagedResult schema: { "data": [ { "id": { "id": "string", "name": "string", "schemaId": "string", "schemaName": "string", "agencyId": "string", "agencyName": "string", "versionId": "string", "uniformResourceId": "string", "schemaUniformResourceId": "string", "language": "EN" }, "name": "string" } ], "records": 1.0, "pageNumber": 1.0, "pageSize": 10.0, "totalRecords": 1.0, "totalPages": 1.0 } |