Get all Blog Tags
/cms/v3/blogs/tags Get the list of blog tags. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.
Parameters
query Query Parameters
| Name | Type |
|---|---|
after The cursor token value to get the next set of results. You can get this from the | string |
archived Specifies whether to return deleted Blog Tags. Defaults to | boolean |
createdAfter Only return Blog Tags created after the specified time. | string |
createdAt Only return Blog Tags created at exactly the specified time. | string |
createdBefore Only return Blog Tags created before the specified time. | string |
limit The maximum number of results to return. Default is 100. | number |
property Specifies which properties of the Blog Tag to include in the response. | string |
sort Specifies which fields to use for sorting results. Valid fields are | string[] |
updatedAfter Only return Blog Tags last updated after the specified time. | string |
updatedAt Only return Blog Tags last updated at exactly the specified time. | string |
updatedBefore Only return Blog Tags last updated before the specified time. | string |
Responses
successful operation
paging?:
results:
total: number;
}
An error occurred.
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}