The following documentation is also available in these formats:
API Reference v1.0
/probation-search/audit/contact-search
post
Responses
Status | Description | Schema |
---|---|---|
201 |
Created |
/case/{crn}/contacts
get
Parameters
Parameter | In | Type | Required | Description |
---|---|---|---|---|
crn | path | string | true |
Responses
Status | Description | Schema |
---|---|---|
200 |
OK
|
Schemas
ContactSearchAuditRequest
Name | Type | Required | Description | Schema |
---|---|---|---|---|
search | object | true | ContactSearchRequest | |
username | string | true | ||
pagination | object | true | PageRequest | |
dateTime | string | true |
ContactSearchRequest
Name | Type | Required | Description | Schema |
---|---|---|---|---|
crn | string | true | ||
query | string | false | ||
matchAllTerms | boolean | true |
PageRequest
Name | Type | Required | Description | Schema |
---|---|---|---|---|
page | integer | true | ||
pageSize | integer | true | ||
sort | string | false | ||
direction | string | false |
ContactJsonResponse
Name | Type | Required | Description | Schema |
---|---|---|---|---|
contactId | integer | true | ||
json | string | true |