Returns a set of data items of type flat-taxa.
GET /api/newsroom/flat-taxa
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T18:18:21.4267001Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "8216fd56-aa20-499a-8c5c-1d7f02e5461e",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T18:18:21.4267001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T18:18:21.4267001Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "8216fd56-aa20-499a-8c5c-1d7f02e5461e",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T18:18:21.4267001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets flat-taxa item by id.
GET /api/newsroom/flat-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T18:18:21.4267001Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "7922df7b-3fa6-4755-a31f-20a956a92178",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T18:18:21.4267001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from flat-taxa item.
GET /api/newsroom/flat-taxa({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "b518e21d-f46e-4bea-a9a4-5d11372d6d6c"
}Creates a flat-taxa item.
POST /api/newsroom/flat-taxa
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Title": "sample string 1",
"Description": "sample string 2",
"Name": "sample string 3",
"Synonyms": "sample string 4",
"TaxonomyId": "be90e91d-f140-41c8-b4ce-a28e1b831999",
"Ordinal": 6.1,
"UrlName": "sample string 7"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T18:18:21.4267001Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "c79e2040-59cf-46e6-8915-c0899d16f6a0",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T18:18:21.4267001+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for flat-taxa item.
PATCH /api/newsroom/flat-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Title": "sample string 1",
"Description": "sample string 2",
"Name": "sample string 3",
"Synonyms": "sample string 4",
"TaxonomyId": "b164a04f-bd8c-495b-b869-20ce76f49d72",
"Ordinal": 6.1,
"UrlName": "sample string 7"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for flat-taxa item.
PUT /api/newsroom/flat-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Title": "sample string 1",
"Description": "sample string 2",
"Name": "sample string 3",
"Synonyms": "sample string 4",
"TaxonomyId": "4386c49b-b1db-4d5a-ba0f-a1291943ea41",
"Ordinal": 6.1,
"UrlName": "sample string 7"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a flat-taxa item by Id.
DELETE /api/newsroom/flat-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.