Get Article Attribute Metadata

Overview

  • This API allows retrieving the metadata for custom attributes of article resource.
SecurityoAuthUser or oAuthClient
Request
query Parameters
$attribute
required
string

One of the following values must be provided for $attribute query parameter:

  • custom: Custom attributes, if any, will be returned.
  • all: All the supported attributes are returned.
Enum: "all" "custom"
Example: $attribute=all
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/attributes
Request samples
Response samples
application/json
{
  • "attribute": [
    ],
  • "resource": "article"
}