Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/api-web/api/admin/resources/config/{name}POST /api-web/api/admin/resources/config/{name}/api-web/api/admin/resources/config/{name}

HTTP Method
as of product version
PurposeResponse FormatDescription

GET
as of 2020 Autumn

getForm JSON

Insert excerpt
GET /api-web/admin/forms/{objecttype}
GET /api-web/admin/forms/{objecttype}
nopaneltrue

/api-web/api/admin/dms/forms/{objecttype}

POST
as of 2020 Autumn

postForm 

JSON

Insert excerpt
POST /api-web/admin/forms/{objecttype}
POST /api-web/admin/forms/{objecttype}
nopaneltrue

/api-web/api/admin/dms/forms/{objecttype}

GET
as of 2020 Winter

getConfig JSON
Insert excerpt
GET /api-web/api/admin/resources/config/{name}GET /api-web/api/admin/resources/config/{name}
nopaneltrue
POST
as of 2020 Winter
postConfig HTTP status code

Insert excerpt
POST /api-web/api/admin/resources/config/{name}
nopaneltrue
GET
as of 2020 Autumn

getIcon 

SVG

Insert excerpt
GET /api-web/admin/resources/icon/{path}
GET /api-web/admin/resources/icon/{path}
nopaneltrue

/api-web/api/admin/resources/icon/{path}

POST
as of 2020 Autumn

postIcon

HTTP status code

Insert excerpt
POST /api-web/admin/resources/icon/{path}
POST /api-web/admin/resources/icon/{path}
nopaneltrue

/api-web/api/admin/resources/icon/{path}

GET
as of 2020 Autumn

getLocalizedTextResources 

JSON

Insert excerpt
GET /api-web/admin/resources/text
GET /api-web/admin/resources/text
nopaneltrue

/api-web/api/admin/resources/text

POST
as of 2020 Autumn
postLocalizedTextResources HTTP status code

Insert excerpt
POST /api-web/admin/resources/text/{locale}
POST /api-web/admin/resources/text/{locale}
nopaneltrue

/api-web/api/admin/resources/text/{locale}

GET
as of 2020 Autumn

getSupportedLanguages 

JSON

Insert excerpt
GET /api-web/admin/resources/text/languages
GET /api-web/admin/resources/text/languages
nopaneltrue

/api-web/api/admin/resources/text/languages

...