Trio Client API Docs
Trio
Trio
  1. ProviderConfirmation
  • Home
  • APIs
    • Invoice
      • Get a list of invoices.
      • Get an invoice by number
      • Get a list of timecards for the specified invoice.
    • Job
      • Gets a listing of all open jobs.
      • Gets a listing of closed jobs based on the date range.
      • Get information for the specified job.
    • Positions
      • Gets a list of assignments with demographics
    • Profession
      • Gets all professions with a list of their specialties.
    • ProviderConfirmation
      • Get information for the specified provider confirmation.
        GET
    • Specialty
      • Gets all specialties.
      • Gets information for the specified specialty.
    • Submission
      • Get a list of all submissions related to your account.
    • Timecard
      • Get a list of all Timecards related to your account.
      • Get a list of all valid Pay Types the can be used when creating/updating Timecard Lines.
      • Get a specific timecard.
      • Get a list of all documents associated with a timecard.
      • Get the timesheet document associated with a timecard.
      • Get a specific document associated with a timecard.
    • Timecard Copy
      • Get a list of all Timecards related to your account.
      • Get a list of all valid Pay Types the can be used when creating/updating Timecard Lines.
      • Get a specific timecard.
      • Get a list of all documents associated with a timecard.
      • Get the timesheet document associated with a timecard.
      • Get a specific document associated with a timecard.
    • TimecardExpense
      • Get a list of all Timecard Expenses for a Timecard.
    • TimecardLine
      • Get a list of all Timecard Lines for a Timecard.
Trio
Trio
  1. ProviderConfirmation

Get information for the specified provider confirmation.

GET
/ProviderConfirmation/{number}

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
Path Params

Query Params

Responses

🟢200OK
application/json
The request has succeeded.
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.triowfs.com/trio/ProviderConfirmation/?include' \
--header 'X-API-KEY: <api-key>'
Response Response Example
200 - Example 1
{
    "ConfirmationNumber": 0,
    "CandidateNumber": 0,
    "CandidateFirstName": "string",
    "CandidateLastName": "string",
    "CandidateTitle": "string",
    "CandidateRegistry": "string",
    "ClientNumber": 0,
    "ClientName": "string",
    "Profession": "string",
    "SpecialtyId": "5cea92e1-0db2-4f45-949b-bbc3248502ea",
    "Specialty": "string",
    "FirstShiftDate": "2019-08-24T14:15:22Z",
    "LastShiftDate": "2019-08-24T14:15:22Z",
    "EsignStatus": "string",
    "StartDate": "2019-08-24T14:15:22Z",
    "EndDate": "2019-08-24T14:15:22Z",
    "OrientationDescription": "string",
    "CarRentalDescription": "string",
    "TravelDescription": "string",
    "HolidayRateDescription": "string",
    "MileageDescription": "string",
    "HousingDescription": "string",
    "OtherExpensesDescription": "string",
    "MalpracticeAmount": 0,
    "MalpracticeRateType": "string",
    "Shifts": [
        {
            "Number": 0,
            "JobNumber": 0,
            "ClientNumber": 0,
            "CandidateNumber": 0,
            "Profession": "string",
            "Specialty": "string",
            "Status": "string",
            "StatusEnum": "Draft",
            "Facility": "string",
            "City": "string",
            "ZipCode": "string",
            "State": "string",
            "StateAbbreviation": "string",
            "AddressLine1": "string",
            "AddressLine2": "string",
            "StartDate": "2019-08-24T14:15:22Z",
            "EndDate": "2019-08-24T14:15:22Z",
            "StartTime": "2019-08-24T14:15:22Z",
            "EndTime": "2019-08-24T14:15:22Z",
            "Description": "string",
            "Note": "string",
            "PayClassId": "ba1ddf5a-a55d-48a2-894c-4131b9c0445e",
            "PayClassCaption": "string",
            "PayClassIsOnCall": true,
            "Provider": "string",
            "FirstName": "string",
            "LastName": "string",
            "CandidateIdentification": "string",
            "Agency": "string",
            "AgencyNumber": 0,
            "ModifiedDateUtc": "2019-08-24T14:15:22Z"
        }
    ],
    "Address": "string",
    "Address2": "string",
    "City": "string",
    "Zip": "string",
    "StateAbbreviation": "string",
    "IsArchived": true,
    "IsDraft": true,
    "Rates": [
        {
            "PayType": "string",
            "PayTypeCode": "string",
            "RateAmount": 0,
            "Note": "string"
        }
    ],
    "SupervisorContactId": "3b5d9b04-6c3a-4052-bddb-3f8c9fc22ac1",
    "ModifiedDateUtc": "2019-08-24T14:15:22Z"
}
Modified at 2025-09-24 17:33:05
Previous
Gets all professions with a list of their specialties.
Next
Gets all specialties.
Built with