ContributionsMost RecentMost LikesSolutionsRe: field values for various entities like testcase we are using python and calling the zephyr enterprise api with a token. we get the test case information with the advancedsearch api, but the values coming back for field items are just the numeric IDs.. we are looking for a place amongst the endpoints to be able to pull down all the available items that the field has with an ID and a name. field values for various entities like testcase Looking for the values that are available in pick lists and various other fields from an api standpoint. Looking for which endpoints I can use to get the mapping between an ID for a value and the name of the value.. for instance test case status has a few options, but in the testcase json response, I only see numerical values, not the name of the value. we would like to make a lookup table out of that response so we can use in reporting data warehouse. mapping an ID to a human readable value in reporting thanks so much Jon Zephyr Enterprise API - date conversions Hi I am currently processing json responses from the Zephyr API and have been running into dates in the responses that I am not sure how to convert to mm/dd/yyyy for instance an excerpt from a test case json response.. {... "lastModifiedOn": 1646751423000 ..} is there a basic math process I can run on those dates to convert them to human readable mm/dd/yyyy