Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Status

Response Body

Description

200 OK

CoOrgIdentityLink Response

CoOrgIdentityLinks returned

401 Unauthorized

 

Authentication required

500 Other Error

 

Unknown error

...

View (by identity)

Retrieve all existing CO Identity Links for a CO Person or an Org Identity.

Request Format

Method

GET

URL

/co_org_identity_links.<format>?copersonid=<copersonid>

/co_org_identity_links.<format>?orgidentityid=<orgidentityid>

Request Body

 

Response Format

HTTP Status

Response Body

Description

200 OK

CoOrgIdentityLink Response

CoOrgIdentityLinks returned

401 Unauthorized

 

Authentication required

404 CO Person Unknown copersonid not found
404 Org Identity Unknown orgidentityid not found

500 Other Error

 

Unknown error

...

View (one)

Retrieve an existing CO Identity Link.

Request Format

Method

GET

URL

/co_org_identity_links/<id>.<format>

Request Body

 

Response Format

HTTP Status

Response Body

Description

200 OK

CoOrgIdentityLink Response

CoOrgIdentityLink returned

401 Unauthorized

 

Authentication required

404 CoOrgIdentityLink Unknown

 

id not found

500 Other Error

 

Unknown error

...