# Get Organization Custom Attributes Retrieves all custom attributes in the given organization Endpoint: GET /api/v2.0/orgs/{orgToken}/customAttributes Version: 3.0.1 Security: bearer-key ## Query parameters: - `pageSize` (string) - `page` (string) - `search` (any) Filter your search to return items whose property has a specific value. Use the syntax: where a colon (:) separates between property, operation and value. + Property: the name of the property of the item + Operation: + - true if the value is identical to this value. + Value: the value of the property. + context:[equals]:value ## Path parameters: - `orgToken` (string, required) org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: tab > ). ## Response 200 fields (application/json): - `additionalData` (object) + : The total count of data points returned in an API response. + : Defines whether the current page represents the conclusion of the API response. When “true”, this signifies you are viewing the last page of the API response. When “false”, this indicates there are further pages remaining. Example: {"totalItems":"422","isLastPage":"true"} - `supportToken` (string) Example: "1171c60d" - `retVal` (array) - `retVal.uuid` (string) Example: "123e4567-e89b-12d3-a456-426614174000" - `retVal.name` (string) Example: "Custom Attribute" - `retVal.description` (string) Example: "Custom attribute description" - `retVal.valueType` (string) Example: "Custom attribute value" - `retVal.contextType` (string) Enum: "projects", "products", "orgs" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"