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-09-11T05:11:18.5023477Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "51612ffb-19fe-438f-84c2-5707500653d3",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "0ca822af-24d6-4255-b014-0e22d808b4d4",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T05:11:18.5023477+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T05:11:18.5023477Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "51612ffb-19fe-438f-84c2-5707500653d3",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "0ca822af-24d6-4255-b014-0e22d808b4d4",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T05:11:18.5023477+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-09-11T05:11:18.5023477Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "4d4abb1f-8c67-4a78-80f5-60e872c73e9b",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "5636d23f-f4d5-4861-bcf1-562513128dae",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T05:11:18.5023477+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": "39d3fb2a-06fb-4616-b576-08d83a836610"
}
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": "9f991c8c-ec96-4871-8a16-232741665524",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "de7218c9-8536-4f9d-b73f-abda3cd476ec"
}
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-09-11T05:11:18.5023477Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "05bdef6c-8714-4a30-85b9-9a06a27f5714",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "4659462a-7ee5-4875-9a13-e02481eccfb9",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T05:11:18.5023477+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": "450752e0-150a-49f9-bce2-af3c4b2b085b",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "ea2e21ee-ed82-4ddf-a86c-54646fd8a7b2"
}
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": "814cd6fd-048b-4a1b-a220-55b7b971b81f",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "62897bb7-bd35-40a0-8863-b05991dea146"
}
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.