University of Wisconsin–Madison

Internal Service Providers

Internal service providers are entities within the University that provide goods or services that other parts of the University might purchase, like catering, data storage, snow clearing, etc.

Each provider has one or more internal service catalogs. A catalog is a set of one or more related services from a single provider.

Whenever an internal service provider provides a service, this creates an Internal Service Delivery Line record.

Filters

This endpoint allows filtering on all attributes (except for “type”). As of July 2026, these attributes are:

  • active
  • company
  • costCenterId
  • description
  • functionId
  • fundId
  • giftId
  • id
  • internalCatalogs.id
  • internalCatalogs.name
  • name
  • programId
  • projectId
  • revenueCategoryId
  • lastModified

Example response element

{
  "attributes": {
    "active": true,
    "company": "UWMSN",
    "costCenterId": "CC002586",
    "description": "UWMSN DOIT - EBS Integrated Business Systems",
    "functionId": "FN0701",
    "fundId": "FD0001",
    "giftId": "GF000007664",
    "internalCatalogs": [
      {
        "id": "UWMSN_DOIT_EBS_Integrated_Business_Systems_APIs",
        "name": "UWMSN DOIT EBS Integrated Business Systems APIs"
      },
      {
        "id": "UWMSN_DOIT_EBS_Integrated_Business_Systems_IICS_Integrations",
        "name": "UWMSN DOIT EBS Integrated Business Systems IICS Integrations"
      }
    ],
    "name": "UWMSN DOIT - EBS Integrated Business Systems",
    "programId": "PG000001298",
    "projectId": "PJ000000409",
    "revenueCategoryId": "RC00011"
  },
  "id": "UWMSN_DOIT_EBS_Integrated_Business_Solutions",
  "meta": {
    "lastModified": "2026-07-06T22:32:49"
  },
  "type": "internalServiceProviders"
}

Sample filters

  • api.wisc.edu/finance/internalServiceProviders?filter[active]=true
  • api.wisc.edu/finance/internalServiceProviders?filter[internalCatalogs.id]=CONTAINS:DOIT,CONTAINS:EBS&filter[costCenterId]=STARTS_WITH:CC0021