Skip to main content
Version: main

Find service

Find a CSDM application service by name or number.

HTTP request

GET /api/now/v1/cmdb/csdm/app_service/find_service

Path parameters

None.

Query parameters

NameDescription
nameOptional — set via the verb's QueryParameters type.
numberOptional — set via the verb's QueryParameters type.

Request body

Don't supply a request body for this method.

Response

FindServiceResponse.

Example

response, err := client.Now().Cmdb().AppService().Csdm().FindService().Get(ctx, nil)
if err != nil {
log.Fatal(err)
}
Was this page helpful?