Retrieve Approval Policy Type

Retrieve Approval Policy Type

Retrieves an approval policy type given its identifier.

Request
URI
GET
https://{api_host}/approval-service/api/policytypes/{id}
COPY
Path Parameters
string
id
Required

The approval policy type id


Responses
200

successful operation

Returns ApprovalPolicyType of type(s) */*
{
    "phaseTypes": [
        {
            "phaseOrder": 0,
            "name": "string",
            "description": "string",
            "id": "string",
            "forms": {},
            "allowUpdates": false
        }
    ],
    "classId": "string",
    "typeFilter": "string",
    "name": "string",
    "description": "string",
    "serviceTypeId": "string",
    "id": "string"
}
phaseTypes
Optional

phaseTypes

string
classId
Optional

classId

string
typeFilter
Optional

typeFilter

string
name
Optional

name

string
description
Optional

description

string
serviceTypeId
Optional

serviceTypeId

string
id
Optional

id