List Language Revenue Details Metrics
Retrieves the revenue details metrics present in the language revenue details dataset.
Query parameters
System query option restricts the set of items returned. Operations:
System query option specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.
System query option specifies a non-negative integer n that excludes the first n items of the queried collection from the result. The service returns items starting at position n+1.
System query option with a value of true specifies that the total count of items within a collection matching the request be returned along with the result.
According to the OData standard the same result is obtain by adding /$count to the service path
System query option that specifies a related entity to expand the current response
Headers
The bearer access token provided by Auth0.
The identifier of the account where the request is executed.
Response
Example response
{
"items": [
{
"quoteDateId": 20240203,
"customerId": 132445,
"projectId": 123467,
"languagePairId": 678954,
"revenueTypeId": 23940,
"currencyId": 59,
"projectCreationDateId": 20240202,
"numberOfUnits": 100,
"revenue": 0.7
}
]
}