Если используешь какую-то библиотеку для взаимодействия с API - то ее дока
Спасибо. С раскрытием свойств не понял.
Написано:
You can use the expand query parameter to specify a comma-separated list of entities that you want expanded, identifying each of them by name. For example, appending ?expand=names,renderedFields to an issue's URI requests the inclusion of the translated field names and the HTML-rendered field values in the response. Continuing with our example above, we would use the following URL to get that information for JRA-9:
В /issue/ API и правда приведён список свойств, которые можно раскрывать. Но в других интерфейсах эти свойства не всегда описаны. Например, как догадаться, что можно передать body.view в параметре expand?