REST API Reference

REST API Reference

Plans/{planId}

Plans/{planId}

The plans/{planId} request returns information on plans that match a specific plan ID.

Resource URL

/tdm/v1/projects/{projectId}/plans/{planId}

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/tdm/v1/projects/<project ID>/plans/<Plan ID>

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>

Request Path Parameters

The request includes the following path parameters:
Parameter
Description
project Id
Required. ID of the project that contains the plans.
planId
Required. ID of the plan.

Sample Request

GET http://<host>:6605/api/public/tdm/v1/projects/1/plans/3

Sample Response

{ "id": 3, "name": "REL_DIC", "description": null, "createdByName": "Administrator", "creationDate": 1540983078847, "lastUpdatedDate": 1540983078847, "lastUpdatedByName": "Administrator", "statusType": "LOAD_SUCCESSFUL" }

0 COMMENTS

We’d like to hear from you!