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-09-11T03:12:49.478495Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "f1a0dd18-068f-433b-8d2b-ef2ea741b0b8",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:49.478495+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:49.478495Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "f1a0dd18-068f-433b-8d2b-ef2ea741b0b8",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:49.478495+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-09-11T03:12:49.478495Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "1924ce50-1af0-48cd-8f69-6fee4f8839ad",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:49.478495+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": "c4f48078-0710-4c14-8dd0-aff8435e6faf"
}
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": "9aa2ff0c-7b4f-4eca-a15e-71163fda5e40",
"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-09-11T03:12:49.478495Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "1f1c3985-097c-41b2-a5c1-4fe17a1a025d",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:49.478495+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": "2d20066b-26cd-4d54-ab97-eae61b9cdcd0",
"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": "0b4632c8-6c71-4562-8db6-237fa2bc023b",
"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.