Get Project Integrations Share Information

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Gets the sharing options for an integration you can use.

Security: Requires a valid user

Usage: GETapi/v1/projectIntegrations/{projectIntegrationId}/share

Produces: application/json

URL Parameters:

Parameter

Type

Description

Required/Optional

projectIntegrationId

Integer

Id of the project integration.

Use the Get Project Integrations API to get the list of all Project integrations.

Required

Sample Response:

GET api/v1/projectIntegrations/6/share

{
    "resourceName": "testproj1_projGit",
    "environmentsList": [
        "DEV"
    ],
    "sharedWithProjectsList": [],
    "sharedWithAllProjects": false,
    "sharedReadOnly": false
}  

Response Codes:

200: Success

400: Invalid parameters

404: If no project integration is found for the supplied id