Get Uploaded Status of Documents in a Document Set
Endpoint Name: URL/access/klearstack/getdocumentsetstatus
Request type : POST
Authorization: Bearer token as header
Endpoint Details: The getdocumentsetstatusendpoint will be used to retrieve the upload status of documents in a document set. It will provide details on whether each document is in progress or completed.
Method
URL
POST
URL/access/klearstack/getdocumentsetstatus
Request Body
Params
Values
Required
Description
company_name
string
Yes
Name of the company for which the user is logging in
username
string
Yes
User Name
set_reference_number
string
No
Set Reference Number of the Document Set.
status (Optional)
string
No
Accepts either of two values, "In Progress" or "Completed" to filter results based on status.
Shell (cURL)
Request Body
curl --location "URL/access/klearstack/getdocumentsetstatus" \
--header "Authorization: Bearer your_token_here" \
--form "company_name=Replace_Company_Name_Here" \
--form "username=Replace_Username_Here" \
--form "set_reference_number=Replace_Set_Reference_Number_Here" \
--form "status=Replace_Status_Here"Python
Request Body
Java (OkHttp)
Request Body
Node.js (Axios)
Request Body
JavaScript (XHR)
Request Body
API Response
Status code
Example Response
200
Last updated