PHP Classes

File: tests/functional/001_records/061_get_post_content_with_included_tag_names.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/061_get_post_content_with_included_tag_names.log   Download  
File: tests/functional/001_records/061_get_post_content_with_included_tag_names.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 230 bytes
 

Contents

Class file image Download
=== GET /records/posts/1?include=content,tags.name&join=tags === 200 Content-Type: application/json; charset=utf-8 Content-Length: 94 {"id":1,"content":"blog started","tags":[{"id":1,"name":"funny"},{"id":2,"name":"important"}]}