Available methods
This article provides an overview of the Xopero ONE Management Service REST API methods designed for Git-related features and operations.
Authorization
Login method (POST)
POST https://<server_address>/account/loginParameter
Description
Type
JSON example:
{
"email":"[email protected]",
"password":"admin123",
"rememberMe":true
}Response:
GitOrganizationController
GetMany method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
Plans controller
AttachGitRepository method (POST)
Parameter
Description
Type
JSON example:
Response:
DetachGitRepository method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
ListAssignedToOrganization method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
ModifyGitPlan method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
GitRepositoryController
Activate method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
Deactivate method (POST)
Method parameters:
Parameter
Description
Type
JSON example:
Response:
GetMany method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
Remove method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
Synchronization
Sync method (POST)
Endpoint:
Method parameters:
Parameter
Description
Type
JSON example:
Response:
Last updated

