Individual

Individual Registry

Maintain and manage individual registries.

Create/Add a new Individual

post

Create a new Individual

Query parameters
echoResourcebooleanOptional

Client can specify if the resource in request body needs to be sent back in the response. This is being used to limit amount of data that needs to flow back from the server to the client in low bandwidth scenarios. Server will always send the server generated id for validated requests.

Body
Responses
202

Accepted

application/json
post
/individual/v1/_create

Create/Add Individuals

post

Create a new Individuals

Query parameters
echoResourcebooleanOptional

Client can specify if the resource in request body needs to be sent back in the response. This is being used to limit amount of data that needs to flow back from the server to the client in low bandwidth scenarios. Server will always send the server generated id for validated requests.

Body
Responses
202

Accepted

application/json
post
/individual/v1/bulk/_create

Update the details of a existing Individual

post

Update the details of a existing Individual

Query parameters
echoResourcebooleanOptional

Client can specify if the resource in request body needs to be sent back in the response. This is being used to limit amount of data that needs to flow back from the server to the client in low bandwidth scenarios. Server will always send the server generated id for validated requests.

Body
Responses
202

Accepted

application/json
post
/individual/v1/_update

Update the details of existing Individuals

post

Update the details of existing Individuals

Query parameters
echoResourcebooleanOptional

Client can specify if the resource in request body needs to be sent back in the response. This is being used to limit amount of data that needs to flow back from the server to the client in low bandwidth scenarios. Server will always send the server generated id for validated requests.

Body
Responses
202

Accepted

application/json
post
/individual/v1/bulk/_update

Soft delete the details of a existing Individual and nested entities

post

Soft delete the details of a existing Individual and nested entities

Query parameters
echoResourcebooleanOptional

Client can specify if the resource in request body needs to be sent back in the response. This is being used to limit amount of data that needs to flow back from the server to the client in low bandwidth scenarios. Server will always send the server generated id for validated requests.

Body
Responses
202

Accepted

application/json
post
/individual/v1/_delete

Soft delete the details of a existing Individual and nested entities in bulk

post

Soft delete the details of a existing Individual and nested entities in bulk

Query parameters
echoResourcebooleanOptional

Client can specify if the resource in request body needs to be sent back in the response. This is being used to limit amount of data that needs to flow back from the server to the client in low bandwidth scenarios. Server will always send the server generated id for validated requests.

Body
Responses
202

Accepted

application/json
post
/individual/v1/bulk/_delete

Search existing Individual

post

Search existing Individual

Query parameters
limitinteger · max: 1000Required

Pagination - limit records in response

offsetintegerRequired

Pagination - offset from which records should be returned in response

tenantIdstring · varcharRequired

Unique id for a tenant.

lastChangedSinceinteger · int64Optional

epoch of the time since when the changes on the object should be picked up. Search results from this parameter should include both newly created objects since this time as well as any modified objects since this time. This criterion is included to help polling clients to get the changes in system since a last time they synchronized with the platform.

includeDeletedbooleanOptional

Used in search APIs to specify if (soft) deleted records should be included in search results.

Body
Responses
post
/individual/v1/_search

Last updated

Was this helpful?