ApplicationRequest

Summary

API Manager application request.

Description

API Manager application requests support custom properties.

Fields

Field Name Type Since Version Description
id String The unique identifier for the application request
name String The display name for the application
description String Descriptive text for the application
organizationId String The organization identifier to which the application request belongs
phone String Contact phone number of the application
email String The contact email address associated with the application
image String URI of the image to be used for this application, this field only indicates that the application has an image assigned to it. In order to retrieve the actual image use the following URL /api/portal/organizations/{uid of org}/image/
apis [String] A list of unqiue API identifiers to which the application wants to use.

Example JSON

{
  "id" : "b76a3e23-deca-49ab-9682-79cd503b7e3a",
  "name" : "My First iPhone App",
  "description" : "My First iPhone App which is a \"Hello World\" basic application",
  "organizationId" : "3e21b76a-defa-49ab-9682-a9cd60387e37",
  "phone" : "+1 877-564-7700",
  "email" : "support@acmecorp.com",
  "image" : "resources/photo.jpg",
  "apis" : [ "c1c63d3b-5283-4755-ade7-e2377bd35049" ]
}