GETADITUS/Assets/Images/Get icon from icon set

Get icon from icon set

GET{{API_BASE_URL}}/assets/v1/images/:name/:resourceContext/:resourceSetName/:resourceName?context=article:{{ITEM_ID}}&language={{LANGUAGE}}&foregroundColor={{EXAMPLE_COLOR}}

This endpoint retrieves a theme image based on the provided parameters.

Request

  • name: Represents the name of the image.

  • resourceContext: Specifies the resource context.

  • resourceSetName: Indicates the resource set name.

  • resourceName: Specifies the resource name.

  • context: Represents the item ID.

  • language: Specifies the language for the image.

  • foregroundColor: Specifies the foreground color for the image.

Response

The response includes the requested icon.

(It is not possible to save media type responses as examples in this documentation.)

Authentication#auth

This endpoint does not require authentication.

Query parameters#query

contextarticle:{{ITEM_ID}}optional
language{{LANGUAGE}}optional
foregroundColor{{EXAMPLE_COLOR}}optional

Responses#responses

No example responses on file.