Versions Compared

Key

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

Operation

This endpoint returns the relationships available in the pms for a profile and its subsidiary

Rw ui textbox macro
typewarning

Only accessible with permission of pms.integration.profile


Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;

https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/company/relationships



Request


PropertyTypeRequiredPath parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
chainProfileRelationshipTypeIdIntegerfalserequest parameter
Filter available to reduce the results to only one type of relationship


Example request

Code Block
languagepowershell
themeDJango
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/company/relationrelationships



Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity


Insert excerpt
CompanyRelationship
CompanyRelationship
nopaneltrue

Example response

Code Block
themeDJango
{
	"count": 2,
	"offset": 0,
	"limit": 2,
	"list": [{
			"profileId": 20,
			"profileSubsidiaryId": 21
		},
		{
			"profileId": 20,
			"profileSubsidiaryId": 22
		}
	]
}