Get the headers for a term by its ID

head/terms/{termId}
Internal-Use Only

Returns the headers for a term by referencing its ID.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
termId
string
true

The ID of the term.

Query Parameters

NameTypeRequiredDescription
allowDraft
string
false

If a draft for this term exists and the user making this request is a member of the Glossary.GlossaryAdministrators group, this parameter determines whether it will be returned instead of the published term. Otherwise, the published term will be returned.

  • "user": The draft will be returned if it was created by the user making this request; otherwise, the published term will be returned.
  • "all": The draft will be returned.
  • "none": The published term will be returned.
Allowed values:
userallnone
Default:
user

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The desired representation for the response.

Allowed values:
application/vnd.sas.glossary.term+jsonapplication/json
Default:
application/vnd.sas.glossary.term+json

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundThe specified resource was not found.Schema