Returns a set of data items of type resultsreportinfographiccategories.
GET /api/resultsreport/resultsreportinfographiccategories
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 | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-09T18:18:46.2465559Z",
"PublicationDate": "2026-02-09T18:18:46.2465559Z",
"DateCreated": "2026-02-09T18:18:46.2465559Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "910feac9-6d83-4fdd-8af3-dcbb48724f40",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:18:46.2465559+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T18:18:46.2465559Z",
"PublicationDate": "2026-02-09T18:18:46.2465559Z",
"DateCreated": "2026-02-09T18:18:46.2465559Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "910feac9-6d83-4fdd-8af3-dcbb48724f40",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:18:46.2465559+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportinfographiccategories item by id.
GET /api/resultsreport/resultsreportinfographiccategories({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 | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-02-09T18:18:46.2465559Z",
"PublicationDate": "2026-02-09T18:18:46.2465559Z",
"DateCreated": "2026-02-09T18:18:46.2465559Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "a24bdf23-2e7a-4090-8e81-ea5d56180114",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:18:46.2465559+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportinfographiccategories item.
GET /api/resultsreport/resultsreportinfographiccategories({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": "4fc9fa10-b6b0-4d95-adb2-9d7db9ac300d"
}Creates a resultsreportinfographiccategories item.
POST /api/resultsreport/resultsreportinfographiccategories
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-02-09T18:18:46.2465559Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Color": "sample string 6",
"ParentId": "735d757d-3238-40e0-8777-75a96cc0ecfc"
}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 | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-02-09T18:18:46.2465559Z",
"PublicationDate": "2026-02-09T18:18:46.2465559Z",
"DateCreated": "2026-02-09T18:18:46.2465559Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "d45012c8-44ce-440b-8193-04e45ff7af8c",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:18:46.2465559+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportinfographiccategories item.
PATCH /api/resultsreport/resultsreportinfographiccategories({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-02-09T18:18:46.2465559Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Color": "sample string 6",
"ParentId": "de296164-0af1-448e-8069-833c75985a9c"
}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 resultsreportinfographiccategories item.
PUT /api/resultsreport/resultsreportinfographiccategories({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| Color | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-02-09T18:18:46.2621829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"Color": "sample string 6",
"ParentId": "825e7cd8-d1ae-43e8-8113-6f932b0360e2"
}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 resultsreportinfographiccategories item by Id.
DELETE /api/resultsreport/resultsreportinfographiccategories({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.
Returns a set of related items of type Parent from resultsreportinfographiccategories item.
GET /api/resultsreport/resultsreportinfographiccategories({key})/Parent
| 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 | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReportingStartDate | System.DateTimeOffset | Read only: False | |
| ReportingEndDate | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-09T18:18:46.2621829Z",
"PublicationDate": "2026-02-09T18:18:46.2621829Z",
"DateCreated": "2026-02-09T18:18:46.2621829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "befe5c47-d51b-4f17-a1bb-5e338d698ae8",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "bf4cedd3-ae19-4423-912e-a59ae48c9654",
"publishingoffices": "8a976390-f22e-4424-8e80-7d832e368221",
"ReportingStartDate": "2026-02-09T18:18:46.2621829Z",
"ReportingEndDate": "2026-02-09T18:18:46.2621829Z",
"targetaudiences": "ce81d00a-b25b-4482-8985-bc5b27ba5262",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:18:46.2621829+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T18:18:46.2621829Z",
"PublicationDate": "2026-02-09T18:18:46.2621829Z",
"DateCreated": "2026-02-09T18:18:46.2621829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "befe5c47-d51b-4f17-a1bb-5e338d698ae8",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "bf4cedd3-ae19-4423-912e-a59ae48c9654",
"publishingoffices": "8a976390-f22e-4424-8e80-7d832e368221",
"ReportingStartDate": "2026-02-09T18:18:46.2621829Z",
"ReportingEndDate": "2026-02-09T18:18:46.2621829Z",
"targetaudiences": "ce81d00a-b25b-4482-8985-bc5b27ba5262",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:18:46.2621829+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportinfographiccategories item.
POST /api/resultsreport/resultsreportinfographiccategories({key})/Parent/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Parent from resultsreportinfographiccategories item.
DELETE /api/resultsreport/resultsreportinfographiccategories({key})/Parent/$ref
| 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.
Returns a set of related items of type Thumbnail from resultsreportinfographiccategories item.
GET /api/resultsreport/resultsreportinfographiccategories({key})/Thumbnail
| 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 | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-02-09T18:18:46.2621829Z",
"PublicationDate": "2026-02-09T18:18:46.2621829Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:18:46.2621829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "ada26758-bb48-43b6-a44a-a0bffa895a7c",
"publishingoffices": "fed59e53-e2d3-4516-a5da-04797ddb1b1d",
"events": "9b36dcdb-c92d-42f6-a6d9-643044746ec3",
"targets": "9dd68b86-fe2f-4d8d-9758-fba808f5b0aa",
"Category": "64ba8325-999d-43dd-979e-9e754d700423",
"imagetypes": "168ebd54-3c6a-40b7-b9fc-829bed078793",
"departmentaltargets": "e3c581fe-336f-4db2-94f0-30d33bb233e5",
"stakeholders": "f64ae294-0c8f-4a8c-a0bc-191a98fd2a45",
"Tags": "b32ceb1a-08dd-4783-aa3c-13a9af16519b",
"healthtopics": "99acd227-692f-4b07-88a2-fd3945a7c6c1",
"targetaudiences": "360c2f42-1d82-4ada-9fce-173ccc7444c6",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1d30d9a8-82d5-4fc0-aff0-6680722db883",
"ParentId": "e26ba48b-8315-4070-a66e-a1882ce98576",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-09T18:18:46.2621829Z",
"PublicationDate": "2026-02-09T18:18:46.2621829Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:18:46.2621829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "ada26758-bb48-43b6-a44a-a0bffa895a7c",
"publishingoffices": "fed59e53-e2d3-4516-a5da-04797ddb1b1d",
"events": "9b36dcdb-c92d-42f6-a6d9-643044746ec3",
"targets": "9dd68b86-fe2f-4d8d-9758-fba808f5b0aa",
"Category": "64ba8325-999d-43dd-979e-9e754d700423",
"imagetypes": "168ebd54-3c6a-40b7-b9fc-829bed078793",
"departmentaltargets": "e3c581fe-336f-4db2-94f0-30d33bb233e5",
"stakeholders": "f64ae294-0c8f-4a8c-a0bc-191a98fd2a45",
"Tags": "b32ceb1a-08dd-4783-aa3c-13a9af16519b",
"healthtopics": "99acd227-692f-4b07-88a2-fd3945a7c6c1",
"targetaudiences": "360c2f42-1d82-4ada-9fce-173ccc7444c6",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1d30d9a8-82d5-4fc0-aff0-6680722db883",
"ParentId": "e26ba48b-8315-4070-a66e-a1882ce98576",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to resultsreportinfographiccategories item.
POST /api/resultsreport/resultsreportinfographiccategories({key})/Thumbnail/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Thumbnail from resultsreportinfographiccategories item.
DELETE /api/resultsreport/resultsreportinfographiccategories({key})/Thumbnail/$ref
| 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.