v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Security Information

Get a linked Security Workspace by ID

Retrieve a specific Security Workspace linked to the Jira site for the given workspace ID.

The result will be what is currently stored, ignoring any pending updates or deletes.

get/rest/security/1.0/linkedWorkspaces/{workspaceId}

Path parameters

workspaceIdstring required

The ID of the workspace to fetch.

Response

The Security Workspace information stored for the given ID.

workspaceIdstring required

The Security Workspace ID

updatedAtstring date-time required

Latest date and time that the Security Workspace was updated in Jira.

Example response

{
  "workspaceId": "111-222-333",
  "updatedAt": "2020-01-17T09:30:00.000Z"
}