RESTful API

Flat

Get flat-taxa

Returns a set of data items of type flat-taxa.

Copy GET /api/gho/flat-taxa
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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Synonyms

System.String

Read only: False
Selected by default: True

TaxonomyId

System.Guid

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

AppliedTo

System.Int64

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T14:35:23.14033Z",
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Name": "sample string 4",
    "Synonyms": "sample string 5",
    "TaxonomyId": "b87b13e4-0670-4633-aa90-280f4eb6486e",
    "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-11T14:35:23.14033+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T14:35:23.14033Z",
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Name": "sample string 4",
    "Synonyms": "sample string 5",
    "TaxonomyId": "b87b13e4-0670-4633-aa90-280f4eb6486e",
    "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-11T14:35:23.14033+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get flat-taxa by key

Gets flat-taxa item by id.

Copy GET /api/gho/flat-taxa({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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Synonyms

System.String

Read only: False
Selected by default: True

TaxonomyId

System.Guid

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

AppliedTo

System.Int64

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T14:35:23.14033Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "Name": "sample string 4",
  "Synonyms": "sample string 5",
  "TaxonomyId": "913fa56e-2ab7-4c97-81b4-f05c7d40bfca",
  "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-11T14:35:23.14033+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from flat-taxa item.

Copy GET /api/gho/flat-taxa({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": "b91945bc-821a-4e60-96f2-ac5d263061da"
}

Post flat-taxa

Creates a flat-taxa item.

Copy POST /api/gho/flat-taxa
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Synonyms

System.String

Read only: False
Selected by default: True

TaxonomyId

System.Guid

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

AppliedTo

System.Int64

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "Synonyms": "sample string 4",
  "TaxonomyId": "94b59a82-3f42-4e2d-9822-4ee82054eb07",
  "Ordinal": 6.1,
  "UrlName": "sample string 7"
}
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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Synonyms

System.String

Read only: False
Selected by default: True

TaxonomyId

System.Guid

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

AppliedTo

System.Int64

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T14:35:23.14033Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "Name": "sample string 4",
  "Synonyms": "sample string 5",
  "TaxonomyId": "c7d5690c-2c38-4d65-b075-b5072c6ad7ca",
  "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-11T14:35:23.14033+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch flat-taxa by key

Partial update for flat-taxa item.

Copy PATCH /api/gho/flat-taxa({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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Synonyms

System.String

Read only: False
Selected by default: True

TaxonomyId

System.Guid

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

AppliedTo

System.Int64

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "Synonyms": "sample string 4",
  "TaxonomyId": "138fbb12-5eac-4daa-adab-98432614beec",
  "Ordinal": 6.1,
  "UrlName": "sample string 7"
}
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 flat-taxa by key

Full update for flat-taxa item.

Copy PUT /api/gho/flat-taxa({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

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

Name

System.String

Read only: False
Selected by default: True

Synonyms

System.String

Read only: False
Selected by default: True

TaxonomyId

System.Guid

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

AppliedTo

System.Int64

Read only: True
Selected by default: False

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "Synonyms": "sample string 4",
  "TaxonomyId": "14cc9e8e-9e4e-40b7-87e7-4615fdd53572",
  "Ordinal": 6.1,
  "UrlName": "sample string 7"
}
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 flat-taxa by key

Deletes a flat-taxa item by Id.

Copy DELETE /api/gho/flat-taxa({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.