Skip to main content
GET
/
proposals
/
{proposal_id}
/
export
Export Proposal To Pm
curl --request GET \
  --url https://api.example.com/proposals/{proposal_id}/export \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

proposal_id
string<uuid>
required

Query Parameters

format
enum<string>
default:jira

Export format

Available options:
jira,
linear,
asana,
github

Response

Successful Response