Current User Business Request

Endpoint: GET https://api.vlenseg.com/api/BusinessRequest/Current

Overview:

Retrieve details of the current business request for a user, including the request status, associated documents, and user information.

Workflow:

  1. Send a GET request with the appropriate headers.

  2. Receive a response containing all relevant business request data.

  3. Process the response based on the retrieved data.

get
Query parameters
minimalbooleanOptionalDefault: false
Responses
200

Success

get
/api/BusinessRequest/Current
200

Success

Endpoint:

https://api.vlenseg.com/api/BusinessRequest/CurrentList

Description:

This endpoint retrieves a list of current business requests. It returns detailed information about each request, including associated fields, documents, and user information.

get
Query parameters
skipCountinteger · int32Optional
MaxResultCountinteger · int32Optional
Responses
200

Success

get
/api/BusinessRequest/CurrentList
200

Success

Get Current list IDs

API Endpoint:

https://api.vlenseg.com/api/BusinessRequest/CurrentListIds

Overview:

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

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

  1. Send a GET request to this endpoint with query parameter requestId.

  2. 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.

Path parameters
idstring · uuidRequired
Responses
200

Detailed business request object

application/json
get
/api/BusinessRequest/GetBusinessRequestById/{id}
200

Detailed business request object

Last updated