Activities

View the OpenAPI Specification

Activities that may be associated with financial transactions in Workday. Not all transactions have an activity.

Example response element:

{
      "id": "AC00001",
      "type": "activities",
      "attributes": {
        "active": true,
        "company": "UWRVF",
        "lastUpdated": "2023-07-01",
        "name": "AC000001 UWRVF | BIOL 341 and 342 - Anatomy and Physiology I and II"
      },
      "links": {
        "self": "https://api.wisc.edu/finance/activities/AC00001"
      },
      "meta": {
        "dttmLoaded": "2023-06-15T11:11:12"
      }
}

Filters

Activities can be filtered by:

  • name
  • active
  • dttmLoaded (when the record was last changed in our cached datastore)
    • You can prefix the value of the filter[dttmLoaded] parameter with any of the following to get date ranges. Otherwise, only exact matches will be returned.