Forum Discussion
systemgeek
3 years agoNeophyte
19 hours ago, Stuart Weenig said:The SDK documentation is light on what the domain field is, so reverting back to the Swagger docs, it looks like domain represents: "The domain of the service. This is the base URL of the service". The UI won't let you add or edit a website to remove that value, so i'm not sure why you'd be seeing that.
What do you get when you do this?
len(api_response.items)
If collectorIds = '' # String | (optional)
fields = '' # String | (optional)
size = 5000 # Integer | (optional)
offset = 0 # Integer | (optional)
filter = '' # String | (optional)
print(len(api_response.items)) returns 132 which just looking at the data seems right.
Related Content
- 2 years ago
- 2 years ago