Describe the bug
GET /relationships - Get all relationships in the project with the specified ID, now requires the parameter of lastID in order to function.
To Reproduce
Steps to reproduce the behavior:
- Make function call to a project using "jama_client.get_relationships()
- Error message should be:
py_jama_rest_client.client.APIClientException: 400 Client Error. Bad Request. API response message: The lastId parameter is now required to call GET /relationships API endpoint.
Expected behavior
Expected to get normal list back of relationship items.
Desktop (please complete the following information):
- OS: MAC iOS
- Browser: using VSCODE to call repo
- Version [e.g. 22]: 1.16.0, though it appears to be a problem in current deployment
Additional context
Describe the bug
GET /relationships - Get all relationships in the project with the specified ID, now requires the parameter of lastID in order to function.
To Reproduce
Steps to reproduce the behavior:
py_jama_rest_client.client.APIClientException: 400 Client Error. Bad Request. API response message: The lastId parameter is now required to call GET /relationships API endpoint.Expected behavior
Expected to get normal list back of relationship items.
Desktop (please complete the following information):
Additional context