update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 11:40:10 -05:00
parent 59ff61544d
commit c672bf5f54
+7
View File
@@ -224,6 +224,13 @@ PrintField(response.data.field)
#### Get Fields By Ids #### Get Fields By Ids
```python ```python
response = client.GetFieldsByIds([9686, 9687])
print(f'Status Code: {response.statusCode}')
print(f'Count: {response.data.count}')
for field in response.data.fields:
PrintField(field)
``` ```
#### Get Fields By App Id #### Get Fields By App Id