search
search
post
search
Used to search for a specific documents in the EDMS (Electronic Document Management System)
Resource URL
https://api-sandbox.arity.com/services/roadside/v1/provider/fileservice/search
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
Authorization
(required) |
Bearer Token generated from OAuth API (client_credentials grant) |
Request Body
Create Request for searching document
{
1
{
2
"authId": "",
3
"jobId": "",
4
"poNumber": "",
5
"providerID": "",
6
"claimId": "",
7
"usageId": "",
8
"driverId": "",
9
"contentId": ""
10
}
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Service Error response
Resource Summary |
|
Security |
None |
Category |
Provider Services |
Name | Type | Description |
---|---|---|
authId | string | It defines the authorization ID of the dispatch |
jobId | string | Job identification number related to a dispatch |
poNumber | string | Purchase Order Number provided to the Provider who accepted the Dispatch and was booked by Allstate |
providerID | string | ID of the Provider who is fulfilling the dispatch |
claimId | string | Claim ID associated with the dispatch (Mainly used by Claims team if required) |
usageId | string | Unique ID which is tagged to a dispatch |
driverId | string | ID of the driver who is fulfilling the dispatch |
contentId | string | Unique ID associated with a single document, gets generated when a document is uploaded |
Name | Type | Description |
---|---|---|
results | array | |
results[] .contentId | string | Unique ID associated with a single document, gets generated when a document is uploaded |
results[] .fileName | string | This returns the name of the uploaded file |
results[] .fileLengthNumber | string | Length of the encoded string provided in encodedFileContents |
Working...