Link Search Menu Expand Document

4. Get Property Collaboration

Op name:

scgrids.readPropertyCollaboration

This gets a Property to Org Collaboration object

Endpoint:

Method: POST
Type: application/json
URL: /v1/actions

Headers:

Key Value Description
Authorization   (Required) The Acccess Token or HMAC Signature
x-sc-identity external (Required)

Query params:

Key Value Description
op scgrids.readPropertyCollaboration (Required) Operation Name
org   (Required) Organisation Name
pid scnoop (Required) Project ID is scnoop when it’s not known
propid   (Required) Property ID

More example Requests/Responses:

I. Example Response: Get Property Collaboration
{
    "status": 200,
    "message": "Success",
    "data": {
        "ID": "SCOrgs#",
        "ATTR": "attr#projects#",
        "Modules": [
            "*"
        ],
        "Status": "Accepted",
        "OrgId": "",
        "OwnerOrgId": "",
        "PropId": "",
        "SUB1": "",
        "NS": "ORG_COLLABORATORS",
        "SRN": "srn:scorgs:SMARTCLEAN:IND:BLR::ORG_COLLABORATORS:/",
        "CreatedBy": "sc_kiran",
        "CreatedOn": 1613377288
    }
}

Status Code: 200

Error codes:

400
Possible reasons:
1. Missing op/org/pid/propid



Table of contents