Returns a set of data items of type hierarchy-taxa.
GET /api/resultsreport/hierarchy-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 | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | 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-27T04:05:26.6203918Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "cc411f3f-22dc-444e-b97b-fcba83ce01f5",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "d999ebc0-b1a0-4c8c-b227-739ff3703855",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:26.6203918+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T04:05:26.6203918Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "cc411f3f-22dc-444e-b97b-fcba83ce01f5",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "d999ebc0-b1a0-4c8c-b227-739ff3703855",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:26.6203918+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets hierarchy-taxa item by id.
GET /api/resultsreport/hierarchy-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 | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | 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-27T04:05:26.6203918Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "ba51ce7e-08f3-48c7-b341-8af507a04496",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "ad73e275-7213-428b-a4b2-327ebb8faa27",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:26.6203918+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from hierarchy-taxa item.
GET /api/resultsreport/hierarchy-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": "5e825899-c6d3-4ec1-81b4-e546be0f6342"
}Creates a hierarchy-taxa item.
POST /api/resultsreport/hierarchy-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 | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | 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": "fb1e26dc-a0cb-47af-aeb3-3fc919ffb74c",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "45f236f9-babc-4f2a-840f-eddbfcc9ad14"
}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 | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | 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-27T04:05:26.6203918Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "4a8b0758-1574-4255-9439-d1ad841b5fe6",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "37812dec-6cc0-4891-ac6e-28674db69058",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T04:05:26.6203918+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for hierarchy-taxa item.
PATCH /api/resultsreport/hierarchy-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 | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | 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": "c1a904ea-291e-440e-9501-3f678b8d0608",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "0c87888d-4e37-433e-b0a9-6d30c68ea209"
}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 hierarchy-taxa item.
PUT /api/resultsreport/hierarchy-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 | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | 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": "8ee0db1a-146e-448a-84e5-e2aee0927650",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "6305082d-aa1d-4267-97e8-80d37efdac06"
}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 hierarchy-taxa item by Id.
DELETE /api/resultsreport/hierarchy-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.