Language Controller

get
Authorizations
Path parameters
languageIdstringRequired
Responses
200

OK

*/*
get
/api/languages/{languageId}
GET /api/languages/{languageId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "creationDate": "2025-11-01T01:30:07.054Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-11-01T01:30:07.054Z",
  "id": "text",
  "key": "text",
  "value": "text",
  "lang": "text",
  "dsc": "text"
}
put
Authorizations
Path parameters
languageIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
keystring · max: 255Required
valuestring · max: 255Required
langstring · max: 4Required
dscstringOptional
Responses
204

No Content

No content

put
/api/languages/{languageId}
PUT /api/languages/{languageId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 68

{
  "id": "text",
  "key": "text",
  "value": "text",
  "lang": "text",
  "dsc": "text"
}

No content

delete
Authorizations
Path parameters
languageIdstringRequired
Responses
204

No Content

No content

delete
/api/languages/{languageId}
DELETE /api/languages/{languageId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*

No content

put
Authorizations
Bodyobject[]
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
keystring · max: 255Required
valuestring · max: 255Required
langstring · max: 4Required
dscstringOptional
Responses
204

No Content

No content

put
/api/languages/multi
PUT /api/languages/multi HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 70

[
  {
    "id": "text",
    "key": "text",
    "value": "text",
    "lang": "text",
    "dsc": "text"
  }
]

No content

get
Authorizations
Responses
200

OK

*/*
get
/api/languages
GET /api/languages HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "creationDate": "2025-11-01T01:30:07.054Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-11-01T01:30:07.054Z",
    "id": "text",
    "key": "text",
    "value": "text",
    "lang": "text",
    "dsc": "text"
  }
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
keystring · max: 255Required
valuestring · max: 255Required
langstring · max: 4Required
dscstringOptional
Responses
200

OK

*/*
post
/api/languages
POST /api/languages HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 68

{
  "id": "text",
  "key": "text",
  "value": "text",
  "lang": "text",
  "dsc": "text"
}
{
  "creationDate": "2025-11-01T01:30:07.054Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-11-01T01:30:07.054Z",
  "id": "text",
  "key": "text",
  "value": "text",
  "lang": "text",
  "dsc": "text"
}
post
Authorizations
Query parameters
Body
filestring · binaryRequired
Responses
200

OK

*/*
Responseobject
post
/api/languages/import
POST /api/languages/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "file": "binary"
}
{}
post
Authorizations
Query parameters
Body
langstringOptional
dscstringOptional
keystringOptional
valuestringOptional
Responses
200

OK

*/*
post
/api/languages/filter/pages
POST /api/languages/filter/pages?pageable=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 56

{
  "lang": "text",
  "dsc": "text",
  "key": "text",
  "value": "text"
}
{
  "totalElements": 1,
  "totalPages": 1,
  "first": true,
  "last": true,
  "size": 1,
  "content": [
    {
      "creationDate": "2025-11-01T01:30:07.054Z",
      "lastModifiedBy": "text",
      "createdBy": "text",
      "lastModifiedDate": "2025-11-01T01:30:07.054Z",
      "id": "text",
      "key": "text",
      "value": "text",
      "lang": "text",
      "dsc": "text"
    }
  ],
  "number": 1,
  "sort": [
    {
      "direction": "text",
      "nullHandling": "text",
      "ascending": true,
      "property": "text",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 1,
  "pageable": {
    "offset": 1,
    "sort": [
      {
        "direction": "text",
        "nullHandling": "text",
        "ascending": true,
        "property": "text",
        "ignoreCase": true
      }
    ],
    "pageNumber": 1,
    "unpaged": true,
    "paged": true,
    "pageSize": 1
  },
  "empty": true
}
get
Authorizations
Query parameters
Responses
200

OK

*/*
get
/api/languages/pages
GET /api/languages/pages?arg0=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "totalElements": 1,
  "totalPages": 1,
  "first": true,
  "last": true,
  "size": 1,
  "content": [
    {
      "creationDate": "2025-11-01T01:30:07.054Z",
      "lastModifiedBy": "text",
      "createdBy": "text",
      "lastModifiedDate": "2025-11-01T01:30:07.054Z",
      "id": "text",
      "key": "text",
      "value": "text",
      "lang": "text",
      "dsc": "text"
    }
  ],
  "number": 1,
  "sort": [
    {
      "direction": "text",
      "nullHandling": "text",
      "ascending": true,
      "property": "text",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 1,
  "pageable": {
    "offset": 1,
    "sort": [
      {
        "direction": "text",
        "nullHandling": "text",
        "ascending": true,
        "property": "text",
        "ignoreCase": true
      }
    ],
    "pageNumber": 1,
    "unpaged": true,
    "paged": true,
    "pageSize": 1
  },
  "empty": true
}
get
Authorizations
Query parameters
keystringRequired
Responses
200

OK

*/*
get
/api/languages/pages/by-key
GET /api/languages/pages/by-key?key=text&pageable=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "totalElements": 1,
  "totalPages": 1,
  "first": true,
  "last": true,
  "size": 1,
  "content": [
    {
      "creationDate": "2025-11-01T01:30:07.054Z",
      "lastModifiedBy": "text",
      "createdBy": "text",
      "lastModifiedDate": "2025-11-01T01:30:07.054Z",
      "id": "text",
      "key": "text",
      "value": "text",
      "lang": "text",
      "dsc": "text"
    }
  ],
  "number": 1,
  "sort": [
    {
      "direction": "text",
      "nullHandling": "text",
      "ascending": true,
      "property": "text",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 1,
  "pageable": {
    "offset": 1,
    "sort": [
      {
        "direction": "text",
        "nullHandling": "text",
        "ascending": true,
        "property": "text",
        "ignoreCase": true
      }
    ],
    "pageNumber": 1,
    "unpaged": true,
    "paged": true,
    "pageSize": 1
  },
  "empty": true
}
get
Authorizations
Responses
200

OK

*/*
Responsestring[]
get
/api/languages/langs
GET /api/languages/langs HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  "text"
]
get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault: false
Responses
200

OK

*/*
Responseobject
get
/api/languages/export
GET /api/languages/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}
get
Authorizations
Query parameters
langstringRequired
Responses
200

OK

*/*
get
/api/languages/by-lang
GET /api/languages/by-lang?lang=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "creationDate": "2025-11-01T01:30:07.054Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-11-01T01:30:07.054Z",
    "id": "text",
    "key": "text",
    "value": "text",
    "lang": "text",
    "dsc": "text"
  }
]
get
Authorizations
Query parameters
langstringRequired
keysstring[]Required
Responses
200

OK

*/*
get
/api/languages/by-lang-and-keys
GET /api/languages/by-lang-and-keys?lang=text&keys=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "creationDate": "2025-11-01T01:30:07.054Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-11-01T01:30:07.054Z",
    "id": "text",
    "key": "text",
    "value": "text",
    "lang": "text",
    "dsc": "text"
  }
]
get
Authorizations
Query parameters
langstringRequired
keystringRequired
Responses
200

OK

*/*
get
/api/languages/by-lang-and-key
GET /api/languages/by-lang-and-key?lang=text&key=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "creationDate": "2025-11-01T01:30:07.054Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-11-01T01:30:07.054Z",
  "id": "text",
  "key": "text",
  "value": "text",
  "lang": "text",
  "dsc": "text"
}
get
Authorizations
Query parameters
keystringRequired
Responses
200

OK

*/*
get
/api/languages/by-key
GET /api/languages/by-key?key=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "creationDate": "2025-11-01T01:30:07.054Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-11-01T01:30:07.054Z",
    "id": "text",
    "key": "text",
    "value": "text",
    "lang": "text",
    "dsc": "text"
  }
]
delete
Authorizations
Query parameters
languageIdsstring[]Required
Responses
204

No Content

No content

delete
/api/languages/multi/by-ids
DELETE /api/languages/multi/by-ids?languageIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*

No content

Last updated