Skip to main content
GET
/
api
/
v1
/
content
/
{contentId}
Get content
curl --request GET \
  --url https://in.rough.app/api/v1/content/{contentId}
{
  "id": "<string>",
  "state": "<string>",
  "flagList": [
    "<string>"
  ]
}

Path Parameters

contentId
string
required

Response

id
string
required
state
string
required
flagList
string[]
required