Trio Client API Docs
Trio
Trio
  1. Job
  • 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.
        GET
      • Gets a listing of closed jobs based on the date range.
        GET
      • Get information for the specified job.
        GET
    • 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.
    • 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 callback statistics for a specific client.
      • Get the reviews for a specific timecard.
      • Create a review for a specific timecard.
      • Get a review for a specific timecard.
      • Get a list of reviews for a specific timecard.
      • Update a review for a specific timecard.
      • Delete a review for a specific timecard.
      • 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.
  • Schemas
    • Schemas
    • Account
    • AccountsPayableResponseModel
    • AccountsPayableTenantUpdateModel
    • AccountsPayableUpdateModel
    • AgencyResponseModelWithExternalIdentifiers
    • Action
    • AssignmentDemographicsSummaryResponse
    • Address
    • AssignmentRateSummaryResponse
    • AgencyResponseModel
    • AssignmentSpecialtySummaryResponse
    • AssignmentCandidate
    • CandidateDemographicsSummaryResponse
    • AssignmentDemographic
    • CandidateDetailsDto
    • AssignmentRate
    • CandidateDto
    • Candidate
    • Category
    • CandidateDetails
    • CertificationDto
    • CandidateResponseModel
    • ClientCallbackResponse
    • CandidateStateLicenseCreateModel
    • CandidateStateLicenseResponseModel
    • CandidateUpdateModelMultiPart
    • CertificationModel
    • CertificationResponseModel
    • ContentGroup
    • ClientLocation
    • ContentGroupResponse
    • ClientResponseModel
    • ClientSummary
    • ConfirmationRateResponseModel
    • ContactInfo
    • CreateExternalPerDiemShiftRequest
    • ContactSummary
    • DateOnly
    • CreateCandidate
    • DayOfWeek
    • CreateCandidateStateLicense
    • CreateExternalIdentifier
    • ExternalIdentifierResponseModel
    • Email
    • NamedIdentifierOfGuid
    • Error
    • NamedIdentifierOfInt32
    • ExternalIdentifier
    • NamedIdentifierOfSegments
    • FileModel
    • NamedIdentifierOfString
    • InnerError
    • NamedIdentifierWithCodeOfGuid
    • InvoiceResponseModel
    • NamedIdentifierWithNumberOfGuid
    • Timecard Expense Item
    • NotificationType
    • Timecard Line (Shift Worked)
    • NumberedIdentifierOfGuid
    • InvoiceTimecardResponseModel
    • PaginationLinks
    • JobResponseModel
    • PaginationResponseWithLinksOfAssignmentDemographicsSummaryResponse
    • JobShiftResponseModel
    • PaginationResponseWithLinksOfCandidateDto
    • LocalDateTime
    • PaginationResponseWithLinksOfClientLocation
    • NotificationTypeList
    • PaginationResponseWithLinksOfClientSummary
    • Password
    • PaginationResponseWithLinksOfContactSummary
    • ProblemDetails
    • PaginationResponseWithLinksOfShift
    • ObjectIdAndNumber
    • ProfessionResponseModel
    • PaginationResponseWithLinksOfStateLicenseDto
    • ProfessionSpecialty
    • ProfessionSummary
    • ProfessionResponse
    • ProviderConfirmationResponseModel
    • ProviderConfirmationWithExternalIdentfiersResponseModel
    • ReportLevel
    • RegionResponseModel
    • ReviewStep
    • RegisterAccount
    • ReviewStepResponse
    • SegmentResponseModel
    • ReviewTask
    • Shift
    • ReviewTaskResponse
    • ShiftDetail
    • ReviewTaskStatus
    • ShiftRate
    • ShiftResponseModel
    • Segments
    • ShiftStatus
    • ShiftStatusEnum
    • Property to sort by. Use '-' prefix for descending order and '+' for ascending order.
    • ShiftRateResponse
    • SpecialtyModel
    • ShiftStatusDto
    • SpecialtyResponseModel
    • ShiftSubmissionRequest
    • SpecialtySummary
    • SpecialtyDto
    • StaffingPoolCandidate
    • StaffingPoolLocation
    • SpecialtyWithExternalIdentifiersResponseModel
    • StateLicense
    • StateLicenseModel
    • StateLicenseResponseModel
    • StateLicenseDto
    • StatusHistoryResponseModel
    • StatusReason
    • SubmissionAcceptedModel
    • SubmissionContactRequestModel
    • SubmissionContactResponseModel
    • TimecardReviewCreateRequest
    • SubmissionCreateModelMultiPart
    • TimecardReviewResponse
    • TimecardReviewSummaryResponse
    • SubmissionRequest
    • TimecardReviewStatus
    • SubmissionResponseModel
    • SubmissionUpdateModel
    • SubmissionWithdrawnModel
    • TenantInfo
    • TierResponseModel
    • TimeCollectionLocation
    • TimecardDeclineModel
    • TimecardDocumentResponseModel
    • TaskStatus
    • TimecardExpenseResponseModel
    • TimecardExpenseTypeResponseModel
    • TimecardLineResponseModel
    • TimecardLineUploadModel
    • TimecardPayTypeResponseModel
    • TimecardResponseModel
    • TimecardStatusHistoryResponseModel
    • TimecardStatuses
    • TimecardUpdateBilledModel
    • Trio.Versions
    • UUID
    • UpdateCandidate
    • UpdateExternalIdentifier
    • UpdateInvoiceAccountingModel
    • UpsertCandidateStateLicense
    • Versions
    • WebHookResponseModel
    • TimecardReviewUpdateRequest
  1. Job

Gets a listing of closed jobs based on the date range.

GET
/Job/GetClosedJobs

Request

Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Query Params

Responses

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

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.triowfs.com/trio/Job/GetClosedJobs?start=undefined&end=undefined' \
--header 'X-API-Key: <api-key>'
Response Response Example
200 - Example 1
[
    {
        "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
        "Number": 0,
        "Title": "string",
        "JobStatus": "string",
        "JobStatusReason": "string",
        "StartDate": "2019-08-24T14:15:22.123Z",
        "NumberOfPostions": 0,
        "NumberOfCurrentOpenPositions": 0,
        "ClientNumber": 0,
        "ClientName": "string",
        "UnitName": "string",
        "FacilityName": "string",
        "FacilityDescription": "string",
        "UnitDescription": "string",
        "JobType": "string",
        "PrimaryAddress": "string",
        "AltAddress": "string",
        "City": "string",
        "State": "string",
        "StateAbbrevation": "string",
        "ZipCode": "string",
        "PrimaryPhone": "string",
        "AltPhone": "string",
        "Profession": "string",
        "InternalRate": "string",
        "Description": "string",
        "DurationDescription": "string",
        "RateDescription": "string",
        "OnCallDescription": "string",
        "WeekendDescription": "string",
        "LicenseDescription": "string",
        "RequirementDescription": "string",
        "AllowsCompactLicense": true,
        "RelationshipManager": "string",
        "RelationshipManagerPhone": "string",
        "RelationshipManagerEmail": "string",
        "PlacementCoordinator": "string",
        "PlacementCoordinatorPhone": "string",
        "PlacementCoordinatorEmail": "string",
        "IsLocums": true,
        "RequestType": 0,
        "OrientationDates": "string",
        "Specialties": [
            "string"
        ],
        "Segments": [
            "string"
        ],
        "Certifications": [
            {
                "Code": 0,
                "Name": "string",
                "Description": "string",
                "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
            }
        ],
        "StateLicenses": [
            {
                "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                "Name": "string",
                "Abbrevation": "string",
                "Region": {
                    "Name": "string",
                    "Description": "string",
                    "Code": 0,
                    "States": [
                        "string"
                    ],
                    "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
                },
                "IsCompact": true,
                "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
            }
        ],
        "Shift": {
            "ShiftDescription": "string",
            "ShiftIdentifier": "string",
            "ShiftStart": "string",
            "ShiftEnd": "string",
            "ShiftHours": 0,
            "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
        },
        "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
    }
]
Modified at 2026-04-08 18:58:18
Previous
Gets a listing of all open jobs.
Next
Get information for the specified job.
Built with