Data Category Layouts
Data category layouts define how dataset categories are visually presented.
Use the Datastore_DataCategory_Layout endpoint to query data category layouts.
Endpoints
List Data Category Layouts
GET
/v1/odata/Datastore_DataCategory_LayoutSingle Data Category Layout
GET
/v1/odata/Datastore_DataCategory_Layout({id})Fields
Datastore Fields (inherited)
| Field | Type | Description |
|---|---|---|
Name | String | Display name |
Code | String | Unique code identifier |
LocalizedName | String | Localized display name |
IsDefault | Boolean | Whether this is the default value |
Relationships
| Relationship | Target Entity | Cardinality | Description |
|---|---|---|---|
| DatasetCategory | DatasetCategory | 1:N | DatasetCategory |
Expanding Relationships
GET
/v1/odata/Datastore_DataCategory_Layout({id})?$expand=DatasetCategoryNavigating Relationships
GET
/v1/odata/Datastore_DataCategory_Layout({id})/DatasetCategoryFiltering Examples
GET
/v1/odata/Datastore_DataCategory_Layout?$filter=Name eq '{Name}'&$top={top}GET
/v1/odata/Datastore_DataCategory_Layout?$filter=contains(Name, '{Name}')&$top={top}GET
/v1/odata/Datastore_DataCategory_Layout?$filter=Code eq '{Code}'&$top={top}GET
/v1/odata/Datastore_DataCategory_Layout?$filter=IsDefault eq {IsDefault}&$top={top}Custom Query
Build your own OData query against Datastore_DataCategory_Layout. Open Run and edit the whole request inline — swap the entity set, change the $filter, or add $expand, $select, $orderby, $top, $skip. Type $ for suggestions; use ↺ Reset to restore this example.
GET
/v1/odata/Datastore_DataCategory_Layout?$top=10