1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListServicesResponse

ListServicesResponse

    Response when listing services for a user.

    Properties

    • services array[Service] required
      The list of services
    • organizationName string required
      the name of the organization this service belongs to
    • owner ServiceMember required
      the owner of the service
    • name string required
      the name of the service
    • description string required
      an optional description of the service
    • created string optional
      the time the service was create
    • members array[ServiceMember] required
      a list of members that have access to the service
    • itemCountSummary map[string]integer required
      item types to their count within the service based on the current user’s permissions
    • properties array[ServiceProperty] required
      an optional list of properties set on the service
    • continuationToken string optional
      ContinuationToken is an opaque value the client can send to fetch additional services. Will be nil once all services have been returned.