v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Query

Retrieve profile data from a client v2

Retrieve workflows user submissions. A user can submit data through multiple workflows, that is aggregated here.

get/v2/query/client/{clientId}

Path parameters

clientIdstring required

Client identifier

Client identifier

Query parameters

includeFullServiceDetailsstring

Parameter to specify whether full service details should be provided or not.

Parameter to specify whether full service details should be provided or not.

Response

OK

idstring

Unique identifier that coincides with the user

ownerIdsstring[]

The IDs of the owners of the user that interacted with the workflow

createdinteger

Date that indicates the first interaction of the user with the workflow

lastModifiedinteger

Date that indicates the last interaction of the user with the workflow

profileType'NORMAL' | 'OWNER'

Indicates if the profile is corporate/individual

status'ACCEPTED' | 'REJECTED' | 'IN_PROGRESS' | 'PENDING_REVIEW' | 'NOT_STARTED' | 'ABANDONED'

End client status. When an end client completes the flow without encountering an "Accept" or "Reject" node, they are considered to be in a pending review state. This occurs when the flow does not explicitly provide a status decision at the end.

statusManuallyChangedboolean

Indicates whether there has been a manual status update at some point in the profile's history. It is important to note that this does not necessarily mean the current status of the profile was manually updated.

flowDataobject

Map of flow data

userstring

The user ID belonging to the user that interacted with the workflow