Trio Client API Docs
Trio
Trio
  1. Timecard
  • 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.
    • 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
      • Get a list of all valid Pay Types the can be used when creating/updating Timecard Lines.
        GET
      • Get callback statistics for a specific client.
        GET
      • Get the reviews for a specific timecard.
        GET
      • Create a review for a specific timecard.
        POST
      • Get a review for a specific timecard.
        GET
      • Get a list of reviews for a specific timecard.
        GET
      • Update a review for a specific timecard.
        PUT
      • Delete a review for a specific timecard.
        DELETE
      • Get a specific timecard.
        GET
      • Get a list of all documents associated with a timecard.
        GET
      • Get the timesheet document associated with a timecard.
        GET
      • Get a specific document associated with a timecard.
        GET
    • 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. Timecard

Get a list of all Timecards related to your account.

GET
/Timecard

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/Timecard' \
--header 'X-API-Key: <api-key>'
Response Response Example
200 - Example 1
[
    {
        "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
        "Number": 0,
        "AgencyInvoiceNumber": "string",
        "InvoiceNumber": 0,
        "ClientNumber": 0,
        "CustomerNumber": "string",
        "CandidateNumber": 0,
        "CandidateName": "string",
        "CandidateIdentification": "string",
        "Client": "string",
        "Status": "string",
        "StatusNote": "string",
        "WeekBeginningDate": "2019-08-24T14:15:22.123Z",
        "WeekEndingDate": "2019-08-24T14:15:22.123Z",
        "SubmittedBy": "string",
        "SubmittedDateUtc": "2019-08-24T14:15:22.123Z",
        "ApprovedBy": "string",
        "ApprovedDateUtc": "2019-08-24T14:15:22.123Z",
        "ProfessionId": "6758a7a0-8526-4030-94c2-e425266d45e5",
        "Profession": "string",
        "SpecialtyId": "5cea92e1-0db2-4f45-949b-bbc3248502ea",
        "Specialty": "string",
        "Account": "string",
        "RebateRatePercentage": 0,
        "FeeRatePercentage": 0,
        "BillRecordNumber": "string",
        "Description": "string",
        "Agency": "string",
        "AgencyNumber": 0,
        "IsLocums": true,
        "TotalHours": 0,
        "TimeAmount": 0,
        "ExpenseAmount": 0,
        "RebateFeeAmount": 0,
        "AdminFeeAmount": 0,
        "TotalAmount": 0,
        "InvoiceRefNumber": "string",
        "Context": "string",
        "ConfirmationNumber": 0,
        "AssignmentNumber": 0,
        "AssignmentStartDate": "2019-08-24T14:15:22.123Z",
        "AssignmentEndDate": "2019-08-24T14:15:22.123Z",
        "ClearanceNumber": 0,
        "TimeCardLines": [
            {
                "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                "TimecardNumber": 0,
                "ClientNumber": 0,
                "Client": "string",
                "Profession": "string",
                "Specialty": "string",
                "CandidateNumber": 0,
                "Candidate": "string",
                "CandidateIdentification": "string",
                "PayType": "string",
                "PayTypeCode": "string",
                "Note": "string",
                "Date": "2019-08-24T14:15:22.123Z",
                "Quantity": 0,
                "RateAmount": 0,
                "TotalAmount": 0,
                "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
            }
        ],
        "TimeCardExpenses": [
            {
                "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                "TimecardNumber": 0,
                "Date": "2019-08-24T14:15:22.123Z",
                "ClientNumber": 0,
                "Client": "string",
                "Profession": "string",
                "Specialty": "string",
                "CandidateNumber": 0,
                "Candidate": "string",
                "CandidateIdentification": "string",
                "ExpenseTypeName": "string",
                "ExpenseTypeNumber": 0,
                "ExpenseAccountNumber": "string",
                "Note": "string",
                "Quantity": 0,
                "RateAmount": 0,
                "TotalAmount": 0,
                "ModifiedDateUtc": "2019-08-24T14:15:22.123Z",
                "Receipts": [
                    {
                        "Id": "38a5a5bb-dc30-49a2-b175-1de0d1488c43",
                        "Name": "string",
                        "Relationship": {
                            "id": "string",
                            "name": "string"
                        },
                        "DocumentType": {
                            "id": 0,
                            "name": "string"
                        },
                        "FileType": "string",
                        "MimeType": "string",
                        "DownloadUrl": "string"
                    }
                ]
            }
        ],
        "Invoice": {
            "Number": 0,
            "ClientNumber": 0,
            "Status": "string",
            "Type": "string",
            "InvoiceDate": "2019-08-24T14:15:22.123Z",
            "EndDate": "2019-08-24T14:15:22.123Z",
            "DueDate": "2019-08-24T14:15:22.123Z",
            "CreatedDateUtc": "2019-08-24T14:15:22.123Z",
            "FeeRatePercentage": 0,
            "DocumentNumber": "string",
            "CustomerNumber": "string",
            "AddressLine1": "string",
            "AddressLine2": "string",
            "City": "string",
            "State": "string",
            "StateAbbreviation": "string",
            "ZipCode": "string",
            "Description": "string",
            "Client": "string",
            "PaymentTerm": "string",
            "RelationshipManager": "string",
            "RegionalDirector": "string",
            "StatusHistories": [
                {
                    "Status": "string",
                    "Description": "string",
                    "PostedDateUtc": "2019-08-24T14:15:22.123Z"
                }
            ],
            "FeeAmount": 0,
            "TotalAmount": 0,
            "ExternalIdentifiers": [
                {
                    "sourceCode": "string",
                    "code": "string",
                    "value": "string"
                }
            ],
            "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
        },
        "ModifiedDateUtc": "2019-08-24T14:15:22.123Z"
    }
]
Modified at 2026-04-08 18:58:18
Previous
Get a list of all submissions related to your account.
Next
Get a list of all valid Pay Types the can be used when creating/updating Timecard Lines.
Built with