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...
Ok
[- {
- "projectId": "string",
- "name": "string"
}
]
{ }