v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-026128234.6 KB
Language Revenues Data Set

List Language Revenue Quote Approver

Retrieves the quote approvers present in the language revenues dataset.

get/language-revenues/quote-approver

Query parameters

$filterstring

System query option restricts the set of items returned. Operations:

  1. Built-in Filter Operations
  2. Built-in Query Functions
$topinteger

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.

$skipinteger

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.

$countboolean

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

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

OK

itemCountinteger

Example response

{
  "items": [
    {
      "internalId": 1234567,
      "accountUserId": "423e18f01573f2d6",
      "accountId": "d65315e82ec604b7",
      "accountName": "Test Account",
      "firstName": "First",
      "lastName": "Last",
      "userEmail": "user@example.com",
      "accountUserLocationId": "57d39d0b88319631",
      "membership": "MEMBER",
      "status": "ACTIVE",
      "authorId": "5cba149cb5f78fe6",
      "creationDate": "2023-01-01T00:00:00Z",
      "lastModificationDate": "2024-01-01T00:00:00Z",
      "deletionDate": "9999-12-31T00:00:00Z",
      "vendorId": "N/A",
      "vendorName": "N/A",
      "deleted": false
    }
  ]
}