v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Tags

Create a tag for a property

A tag gives the ability to the user to organize, and label their reports to a better seach and easy indentification.

Notes

  • A Tag could not be duplicated.
  • There is distincion with capital letters. So Financial and financial are 2 different tags.
post/datainsights/v1.1/tags

Headers

X-PROPERTY-IDinteger required

Property id of the client

Request body

idinteger required

Tag Id

namestring required

Tag Name

Example request

{
  "name": "#Financial"
}

Response

Created

idinteger required

Tag Id

namestring required

Tag Name

Example response

{
  "name": "#Financial"
}