---
title: "List Vendor Costs Order Template Dimension"
method: GET
path: "/vendor-costs/vendor-order-templates"
tags: ["Vendor Costs Data Set"]
---

# List Vendor Costs Order Template Dimension

`GET /vendor-costs/vendor-order-templates`

Retrieves the vendor order template dimension present in the vendor costs dataset.

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- object
  - `itemCount` integer
  - `items` DimVendorOrderTemplate[]
    - `internalId` integer — Unique identifier for the vendor order template within the system.
    - `originatingId` string — Identifier originating from the Trados Cloud Platform.
    - `orderTemplateName` string — Name or title of the vendor order template.
    - `vendorId` string — Unique identifier for the vendor associated with this order template.
    - `vendorName` string — Name of the vendor associated with this order template.
    - `locationId` string — Identifier for the location associated with this vendor order template.
    - `accountId` string — Identifier for the account associated with this vendor order template.
    - `createdAt` string, date-time — Date and time when the vendor order template was created. (ISO 8601 format)
    - `deleted` boolean — Indicates whether the vendor order template has been deleted (`true`) or is active (`false`).

## Other responses

- `400` — Bad Request. The request could not be understood by the server. Check error message and details to further understand the cause.
- `401` — Unauthorized request. The user could not be identified.
- `403` — Forbidden request. The user does not have the necessary permissions for the resource.

---

[API](https://skmtc.net/rws/apis/trados-data-bridge-api.md) · [All operations](https://skmtc.net/rws/apis/trados-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-data-bridge-api/revisions/823ba45e799c/schema)
