Asset Management

Retrieve all assets

Retrieve the information of all assets.

get/assets

Query parameters

sortstring
Example:["title","ASC"]

Specifies the sorting order and field (e.g., ["title", "ASC"]).

rangestring
Example:[0, 24]

Specifies the range of results to return (e.g., [0, 24]).

filterstring
Example:{"title":"bar"}

JSON string specifying the filter conditions (e.g., {"title":"bar"}).

Response

OK

idstring uuid required
user_idstring uuid
titlestring required
creatorstring
subjectstring
descriptionstring

Example response

[
  {
    "id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
    "user_id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
    "title": "Lorem Ipsum",
    "creator": "pAI-OS",
    "subject": "Lorem Ipsum",
    "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
  }
]

Changes

Changed in 7 of the 50 revisions of this API.722

    • the endpoint scheme security jwt was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security jwt was removed from the API

      api-security-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security jwt was added to the API

      api-security-added

    • the endpoint scheme security cookieAuth was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security cookieAuth was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the items/creator response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was added for the status 200

      response-property-pattern-added

    • the items/description response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was added for the status 200

      response-property-pattern-added

    • the items/id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the items/subject response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was added for the status 200

      response-property-pattern-added

    • the items/title response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was added for the status 200

      response-property-pattern-added

    • the items/user_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ was added for the status 200

      response-property-pattern-added

    • the response optional property items/id became read-only for the status 200

      response-optional-property-became-read-only

    • the response property items/id became required for the status 200

      response-property-became-required

    • the response property items/title became required for the status 200

      response-property-became-required

    • the response header X-Total-Count became optional for the status 200

      response-header-became-optional

    • the response property items/creator became nullable for the status 200

      response-property-became-nullable

    • the response property items/description became nullable for the status 200

      response-property-became-nullable

    • the response property items/subject became nullable for the status 200

      response-property-became-nullable

    • the response property items/user_id became nullable for the status 200

      response-property-became-nullable

    • the response property items/id became optional for the status 200

      response-property-became-optional

    • the response property items/title became optional for the status 200

      response-property-became-optional

    • the endpoint scheme security jwt was removed from the API

      api-security-removed

    • the items/creator response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was removed for the status 200

      response-property-pattern-removed

    • the items/description response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was removed for the status 200

      response-property-pattern-removed

    • the items/id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the items/subject response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was removed for the status 200

      response-property-pattern-removed

    • the items/title response's property pattern ^[A-Za-z0-9\s\-_,.;:()!@#$%&*+=?\/\\|~^'"\[\]{}áéíóúñ©€£¥]+$ was removed for the status 200

      response-property-pattern-removed

    • the items/user_id response's property pattern ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ was removed for the status 200

      response-property-pattern-removed

    • the response required property items/id became not read-only for the status 200

      response-required-property-became-not-read-only

    This revision also has 32 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog