Services_getGlobalServices

Get all global services by using list of projectId and service name

Example: [{ projectId: 'my-project-id', name: 'my-service-name' }, { projectId: 'my-project-id2', name: 'my-service-name2' }, ... ]

the server will search in the db for the service with the name my-service-name belonging to the project 'my-project-id also the service with the name my-service-name2 belonging to the project 'my-project-id2 and so on...

SecuritybearerAuth
Request
Request Body schema: application/json
Array
projectId
string
name
string
Responses
200

Ok

post/services/global
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{ }