This endpoint retrieves a list of current business requests. It returns detailed information about each request, including associated fields, documents, and user information.
Retrieve a list of IDs for the user’s current business requests.
Unlike /CurrentList, this endpoint only returns the request IDs (and possibly minimal metadata) without full details.
Workflow:
1 - Send a GET request with headers:
The server responds with an array of request IDs (and optional status).
get
Query parameters
skipCountinteger · int32Optional
MaxResultCountinteger · int32Optional
Responses
200
Success
totalCountinteger · int32Optional
returnedCountinteger · int32Optional
error_codeinteger · int32 · nullableOptional
error_messagestring · nullableOptional
error_descriptionsany · nullableOptional
get
/api/BusinessRequest/CurrentListIds
200
Success
Get Business Request By ID
Overview
Retrieve full details of a specific business request by its ID.
This includes:
Request metadata (ID, status, creation time)
User information
Associated documents and their verification status
Workflow
Send a GET request to this endpoint with query parameter requestId.
Receive the detailed information about the specific business request.
Required Query Parameter
id (string) – The unique identifier of the business request
Get Business Request By ID
get
Retrieve all data related to a specific business request, including user info, request fields, documents, and other metadata.