Skip to content

Commit 646b3cb

Browse files
authored
Merge pull request #7353 from segmentio/feat/update-returned-traits-count
Update default Traits return count
2 parents 3465e73 + f62f2ec commit 646b3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/profile-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can query a user's traits (such as `first_name`, `last_name`, and more):
115115

116116
`https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits`
117117

118-
By default, the response includes 20 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` URL parameters to retrieve audiences or computed traits specifically.
118+
By default, the response includes 10 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` URL parameters to retrieve audiences or computed traits specifically.
119119

120120
**Metadata**
121121
You can query all of a user's metadata (such as `created_at`, `updated_at`, and more):

0 commit comments

Comments
 (0)