List Applications

This API is used to list applications under this domains.

Request Definition

  • API URL:
https://lsdn-api.swiftfederation.com/v1.0/domains/{domainId}/applications
  • Request Method:
GET
  • Request Header:

Refer to HTTP Request Headers

  • Request Body:
No request Body for this API.


Response Definition

  • Response Header

Refer to HTTP Response Headers

  • Response Body
Field Type Description
id Long Application ID number.
domainId Long Domain ID number.
name String Application name.
originServer String Origin Server domain name or IP address.
  • Response Body Example
[
    {
        "id": 1,
        "domainId": 1,
        "name": "app-1",
        "originServer": "example1.com"
    },
    {
        "id": 2,
        "domainId": 2,
        "name": "app-2",
        "originServer": "example2.com"
    }
]
© 2018 Conversant Solutions Pte Ltd. All rights reserved.            Updated 2021-12-09 06:49:11

results matching ""

    No results matching ""