...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | ||
String | Yes | Click here for more information. | AYInKjj1Mym8XoGH6OiEqg== | ||
BilledTimestampRangeEnd | DateTime | No | Only FRO time cards that have a billing date (in midnight UTC) before this date will be retrieved. The BilledTimestampRangeStart and BilledTimestampRangeEnd together determine which FRO time cards will be retrieved. | 2023-12-31T00:00:00.000Z | |
BilledTimestampRangeStart | DateTime | No | Only FRO time cards that have a billing date (in midnight UTC) after this date will be retrieved. The BilledTimestampRangeStart and BilledTimestampRangeEnd together determine which FRO time cards will be retrieved. | 2023-01-01T00:00:00.000Z | |
ContractLineItemIdentities | No | Only FRO time cards that are associated with these Contract Line Items will be retrieved. | |||
EngagementIdentities | No | Only FRO time cards that are associated with these Engagements will be retrieved. | |||
ExternalGroupingIdentifiers | Int32[] | No | This unique identifier allows users to group multiple FRO time cards together, most commonly user for reporting purposes. Only FRO time cards with these external grouping identifiers will be retrieved. | 1212023 | |
LocationIdentities | No | Only FRO time cards with these Locations will be retrieved. | |||
MaximumResults | Int32 | Yes | The maximum number of FRO time cards to be retrieved. | 100 | |
ProjectIdentities | No | Only FRO time cards that are associated with these Projects will be retrieved. | |||
ProjectRateTypeIdentities | No | Only FRO time cards that are associated with these Project Rate Types will be retrieved. | |||
ProjectRoleIdentities | No | Only FRO time cards that are associated with these Project Roles will be retrieved. | |||
ProjectTaskIdentities | No | Only FRO time cards that are associated with these Tasks will be retrieved. | |||
ProjectTaskTypeIdentities | No | Only FRO time cards that are associated with these Task Types will be retrieved. | |||
ResourceIdentities | No | Only FRO time cards that are associated with these Resources will be retrieved. | |||
TimeCardIdentities | No | Only the specified FRO time cards card(s) will be retreivedretrieved. | |||
TimecardUidsAfter | Int64 | No | A UID is a unique and immutable identifier for a time card. Only UIDs that are greater than the specified UID will be retrieved. | 1 | |
WorkDateRangeEnd | DateTime | No | Only FRO time cards that have a work date (in midnight UTC) before this date will be retrieved. The WorkDateRangeStart and WorkDateRangeStart together determine which FRO time cards will be retrieved. | 2023-12-31T00:00:00.000Z | |
WorkDateRangeStart | DateTime | No | Only FRO time cards that have a work date (in midnight UTC) after this date will be retrieved. The WorkDateRangeStart and WorkDateRangeStart together determine which FRO time cards will be retrieved. | 2023-01-01T00:00:00.000Z |
...