RESTful API

Mesh Terms

Get meshes

Returns a set of data items of type meshes.

Copy GET /api/resultsreport/meshes
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UniqueId

System.String

Read only: False
Selected by default: True

NlmClassification

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

DateEstablished

System.DateTimeOffset

Read only: False
Selected by default: True

ScopeNote

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T05:11:18.517973Z",
    "PublicationDate": "2025-09-11T05:11:18.517973Z",
    "DateCreated": "2025-09-11T05:11:18.517973Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "UniqueId": "sample string 8",
    "NlmClassification": "sample string 9",
    "healthtopics": "1d49c4ca-dfee-4121-ad02-35c59a522d0f",
    "DateEstablished": "2025-09-11T05:11:18.517973Z",
    "ScopeNote": "sample string 12",
    "Title": "sample string 13",
    "Provider": "sample string 14",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T05:11:18.517973+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T05:11:18.517973Z",
    "PublicationDate": "2025-09-11T05:11:18.517973Z",
    "DateCreated": "2025-09-11T05:11:18.517973Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "UniqueId": "sample string 8",
    "NlmClassification": "sample string 9",
    "healthtopics": "1d49c4ca-dfee-4121-ad02-35c59a522d0f",
    "DateEstablished": "2025-09-11T05:11:18.517973Z",
    "ScopeNote": "sample string 12",
    "Title": "sample string 13",
    "Provider": "sample string 14",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T05:11:18.517973+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get meshes by key

Gets meshes item by id.

Copy GET /api/resultsreport/meshes({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UniqueId

System.String

Read only: False
Selected by default: True

NlmClassification

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

DateEstablished

System.DateTimeOffset

Read only: False
Selected by default: True

ScopeNote

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T05:11:18.517973Z",
  "PublicationDate": "2025-09-11T05:11:18.517973Z",
  "DateCreated": "2025-09-11T05:11:18.517973Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "UniqueId": "sample string 8",
  "NlmClassification": "sample string 9",
  "healthtopics": "673dc60b-0c36-45e4-b1dc-b177f464f3c9",
  "DateEstablished": "2025-09-11T05:11:18.517973Z",
  "ScopeNote": "sample string 12",
  "Title": "sample string 13",
  "Provider": "sample string 14",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T05:11:18.517973+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from meshes item.

Copy GET /api/resultsreport/meshes({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "3d0da8af-e79d-40de-ae2c-1ebc8999ea26"
}

Post meshes

Creates a meshes item.

Copy POST /api/resultsreport/meshes
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UniqueId

System.String

Read only: False
Selected by default: True

NlmClassification

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

DateEstablished

System.DateTimeOffset

Read only: False
Selected by default: True

ScopeNote

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T05:11:18.517973Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "UniqueId": "sample string 5",
  "NlmClassification": "sample string 6",
  "healthtopics": "8c512b57-76ef-4731-9cab-30a55cff78c9",
  "DateEstablished": "2025-09-11T05:11:18.517973Z",
  "ScopeNote": "sample string 9",
  "Title": "sample string 10"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UniqueId

System.String

Read only: False
Selected by default: True

NlmClassification

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

DateEstablished

System.DateTimeOffset

Read only: False
Selected by default: True

ScopeNote

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T05:11:18.517973Z",
  "PublicationDate": "2025-09-11T05:11:18.517973Z",
  "DateCreated": "2025-09-11T05:11:18.517973Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "UniqueId": "sample string 8",
  "NlmClassification": "sample string 9",
  "healthtopics": "e8ccdca3-5211-42cc-88e7-9f0c4a5ee800",
  "DateEstablished": "2025-09-11T05:11:18.517973Z",
  "ScopeNote": "sample string 12",
  "Title": "sample string 13",
  "Provider": "sample string 14",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T05:11:18.517973+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch meshes by key

Partial update for meshes item.

Copy PATCH /api/resultsreport/meshes({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UniqueId

System.String

Read only: False
Selected by default: True

NlmClassification

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

DateEstablished

System.DateTimeOffset

Read only: False
Selected by default: True

ScopeNote

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T05:11:18.517973Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "UniqueId": "sample string 5",
  "NlmClassification": "sample string 6",
  "healthtopics": "23001711-e997-481b-b59f-6f6d3c31c6a9",
  "DateEstablished": "2025-09-11T05:11:18.517973Z",
  "ScopeNote": "sample string 9",
  "Title": "sample string 10"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put meshes by key

Full update for meshes item.

Copy PUT /api/resultsreport/meshes({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

UniqueId

System.String

Read only: False
Selected by default: True

NlmClassification

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

DateEstablished

System.DateTimeOffset

Read only: False
Selected by default: True

ScopeNote

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T05:11:18.517973Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "UniqueId": "sample string 5",
  "NlmClassification": "sample string 6",
  "healthtopics": "d0cb439d-beb2-4ad7-bc03-5a55ce3a8b86",
  "DateEstablished": "2025-09-11T05:11:18.517973Z",
  "ScopeNote": "sample string 9",
  "Title": "sample string 10"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete meshes by key

Deletes a meshes item by Id.

Copy DELETE /api/resultsreport/meshes({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.