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
}
 

HTTP Basic

OAuth 2.0

API Key

Reset

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 Code
    Error Code
    Description
  • 400
    400

    Bad Request response

  • 401
    401

    Unauthorized response

  • 500
    500

    Service Error response

Resource Summary

Security

None

Category

Provider Services

Name Type Description
authIdstringIt defines the authorization ID of the dispatch
jobIdstringJob identification number related to a dispatch
poNumberstringPurchase Order Number provided to the Provider who accepted the Dispatch and was booked by Allstate
providerIDstringID of the Provider who is fulfilling the dispatch
claimIdstringClaim ID associated with the dispatch (Mainly used by Claims team if required)
usageIdstringUnique ID which is tagged to a dispatch
driverIdstringID of the driver who is fulfilling the dispatch
contentIdstringUnique ID associated with a single document, gets generated when a document is uploaded
Name Type Description
resultsarray
results[]
.contentId
stringUnique ID associated with a single document, gets generated when a document is uploaded
results[]
.fileName
stringThis returns the name of the uploaded file
results[]
.fileLengthNumber
stringLength of the encoded string provided in encodedFileContents

Working...

© 2019 Arity, LLC. All rights reserved.  | Privacy Policy | Terms of Use | Legacy APIs